openthread_sys

Function otThreadGetRouterSelectionJitter

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

Get the ROUTER_SELECTION_JITTER parameter used in the REED/Router role.

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

@returns The ROUTER_SELECTION_JITTER value.

@sa otThreadSetRouterSelectionJitter