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

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.