Acts as an iterator for CoAP options.

Public Attributes#

const otMessage *

CoAP message.

CoAP message option.

uint16_t

Byte offset of next option.

Public Attribute Documentation#

mMessage#

const otMessage* otCoapOptionIterator::mMessage

CoAP message.


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

mOption#

otCoapOption otCoapOptionIterator::mOption

CoAP message option.


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

mNextOptionOffset#

uint16_t otCoapOptionIterator::mNextOptionOffset

Byte offset of next option.


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