[][src]Function openthread_sys::otCoapRemoveResource

pub unsafe extern "C" fn otCoapRemoveResource(
    aInstance: *mut otInstance,
    aResource: *mut otCoapResource
)

This function removes a resource from the CoAP server.

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