Function rps_sys::rpsCmdGetNodeName

source ·
pub unsafe extern "C" fn rpsCmdGetNodeName(
    pContext: *const RpsCmdCallbackContext,
    ppNodeName: *mut *const c_char,
    pNodeNameLength: *mut usize
) -> RpsResult
Expand description

Gets the description of the current cmd node.

@param pContext Pointer to the current command callback context. Must not be NULL. @param ppNodeName Pointer in which a null terminated string with the name of the node is returned. Must not be NULL. @param pNodeNameLength Pointer in which the node name length is returned. Can be NULL.

@return Result code of the operation. See RpsResult for more info.