Represents a CoAP option. More...
#include <ProsecCoAP.h>
Public Attributes | |
| uint8_t | number |
| uint8_t | length |
| uint8_t * | value |
Represents a CoAP option.
See also https://datatracker.ietf.org/doc/html/rfc7252#section-3.1
| uint8_t CoapOption::length |
The length of the option.
| uint8_t CoapOption::number |
The CoAP option number.
| uint8_t* CoapOption::value |
The pointer to the option value.