openthread_sys

Function otThreadGetParentPriority

Source
pub unsafe extern "C" fn otThreadGetParentPriority(
    aInstance: *mut otInstance,
) -> i8
Expand description

Get the assigned parent priority.

@param[in] aInstance A pointer to an OpenThread instance.

@returns The assigned parent priority value, -2 means not assigned.

@sa otThreadSetParentPriority