pub unsafe extern "C" fn otCoapSecureRemoveBlockWiseResource(
aInstance: *mut otInstance,
aResource: *mut otCoapBlockwiseResource,
)
Expand description
Removes a block-wise resource from the CoAP Secure server.
@param[in] aInstance A pointer to an OpenThread instance. @param[in] aResource A pointer to the resource.