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

Immediately register the local network data with the Leader.

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

@retval OT_ERROR_NONE Successfully queued a Server Data Request message for delivery.

@sa otBorderRouterAddOnMeshPrefix @sa otBorderRouterRemoveOnMeshPrefix @sa otBorderRouterAddRoute @sa otBorderRouterRemoveRoute