[][src]Function openthread_sys::otServerRegister

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

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