[][src]Function openthread_sys::otBackboneRouterRegister

pub unsafe extern "C" fn otBackboneRouterRegister(
    aInstance: *mut otInstance
) -> otError

This function explicitly registers local Backbone Router configuration.

@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