[][src]Function openthread_sys::otThreadGetRouterUpgradeThreshold

pub unsafe extern "C" fn otThreadGetRouterUpgradeThreshold(
    aInstance: *mut otInstance
) -> u8

Get the ROUTER_UPGRADE_THRESHOLD parameter used in the REED role.

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

@returns The ROUTER_UPGRADE_THRESHOLD value.

@sa otThreadSetRouterUpgradeThreshold