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

Get the MLE_CHILD_ROUTER_LINKS parameter used in the REED role.

This parameter specifies the max number of neighboring routers with which the device (as an FED) will try to establish link.

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

@returns The MLE_CHILD_ROUTER_LINKS value.

@sa otThreadSetChildRouterLinks