otCoapBlockwiseResource Struct Reference

This structure represents a CoAP resource with block-wise transfer.

#include < include/openthread/coap.h >

Public Attributes

const char * mUriPath
The URI Path string.
otCoapRequestHandler mHandler
The callback for handling a received request.
otCoapBlockwiseReceiveHook mReceiveHook
The callback for handling incoming block-wise transfer.
otCoapBlockwiseTransmitHook mTransmitHook
The callback for handling outgoing block-wise transfer.
void * mContext
Application-specific context.
struct otCoapBlockwiseResource * mNext
The next CoAP resource in the list.

This structure represents a CoAP resource with block-wise transfer.

Member Data Documentation

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.

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.


The documentation for this struct was generated from the following file:
  • include/openthread/ coap.h