Function openthread_sys::otServerRegister
source ยท pub unsafe extern "C" fn otServerRegister(
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 otServerAddService @sa otServerRemoveService