pub unsafe extern "C" fn otCoapStop(
aInstance: *mut otInstance,
) -> otError
Expand description
Stops the CoAP server.
@param[in] aInstance A pointer to an OpenThread instance.
@retval OT_ERROR_NONE Successfully stopped the CoAP server.
pub unsafe extern "C" fn otCoapStop(
aInstance: *mut otInstance,
) -> otError
Stops the CoAP server.
@param[in] aInstance A pointer to an OpenThread instance.
@retval OT_ERROR_NONE Successfully stopped the CoAP server.