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