Represents a CoAP resource with block-wise transfer.

Public Attributes#

const char *

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.

void *

Application-specific context.

The next CoAP resource in the list.

Public Attribute Documentation#

mUriPath#

const char* otCoapBlockwiseResource::mUriPath

The URI Path string.


Definition at line 429 of file include/openthread/coap.h

mHandler#

otCoapRequestHandler otCoapBlockwiseResource::mHandler

The callback for handling a received request.


Definition at line 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.


Definition at line 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.


Definition at line 442 of file include/openthread/coap.h

mContext#

void* otCoapBlockwiseResource::mContext

Application-specific context.


Definition at line 443 of file include/openthread/coap.h

mNext#

struct otCoapBlockwiseResource* otCoapBlockwiseResource::mNext

The next CoAP resource in the list.


Definition at line 444 of file include/openthread/coap.h