pub unsafe extern "C" fn otBackboneRouterRegister(
aInstance: *mut otInstance,
) -> otError
Expand description
Explicitly registers local Backbone Router configuration.
A Server Data Request message SRV_DATA.ntf
is triggered for the attached device.
Available when OPENTHREAD_CONFIG_BACKBONE_ROUTER_ENABLE
is enabled.
@param[in] aInstance A pointer to an OpenThread instance.
@retval OT_ERROR_NO_BUFS Insufficient space to add the Backbone Router service. @retval OT_ERROR_NONE Successfully queued a Server Data Request message for delivery.
@sa otBackboneRouterSetEnabled @sa otBackboneRouterGetState @sa otBackboneRouterGetConfig @sa otBackboneRouterSetConfig