[][src]Function openthread_sys::otThreadIsRouterEligible

pub unsafe extern "C" fn otThreadIsRouterEligible(
    aInstance: *mut otInstance
) -> bool

This method indicates whether or not the device is router-eligible.

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

@retval TRUE If device is router-eligible. @retval FALSE If device is not router-eligible.