Struct SYN_CoapOption¶
Single CoAP option (number + opaque value).
#include <syn_coap.h>
Public Attributes¶
| Type | Name |
|---|---|
| size_t | len |
| uint16_t | num |
| const uint8_t * | val |
Public Attributes Documentation¶
variable len¶
Length of option value in bytes
variable num¶
Option number (e.g. COAP_OPT_URI_PATH)
variable val¶
Pointer to option value bytes
The documentation for this class was generated from the following file src/syntropic/net/syn_coap.h