Represents a CoAP resource with block-wise transfer.
Public Attributes#
The URI Path string.
The callback for handling a received request.
The callback for handling incoming block-wise transfer.
The callback for handling outgoing block-wise transfer.
Application-specific context.
The next CoAP resource in the list.
Public Attribute Documentation#
mUriPath#
const char* otCoapBlockwiseResource::mUriPath
The URI Path string.
429
of file include/openthread/coap.h
mHandler#
otCoapRequestHandler otCoapBlockwiseResource::mHandler
The callback for handling a received request.
430
of file include/openthread/coap.h
mReceiveHook#
otCoapBlockwiseReceiveHook otCoapBlockwiseResource::mReceiveHook
The callback for handling incoming block-wise transfer.
This callback is available when OPENTHREAD_CONFIG_COAP_BLOCKWISE_TRANSFER_ENABLE configuration is enabled.
436
of file include/openthread/coap.h
mTransmitHook#
otCoapBlockwiseTransmitHook otCoapBlockwiseResource::mTransmitHook
The callback for handling outgoing block-wise transfer.
This callback is available when OPENTHREAD_CONFIG_COAP_BLOCKWISE_TRANSFER_ENABLE configuration is enabled.
442
of file include/openthread/coap.h
mContext#
void* otCoapBlockwiseResource::mContext
Application-specific context.
443
of file include/openthread/coap.h
mNext#
struct otCoapBlockwiseResource* otCoapBlockwiseResource::mNext
The next CoAP resource in the list.
444
of file include/openthread/coap.h