Skip to content

Struct SYN_CoapOption

ClassList > 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

size_t SYN_CoapOption::len;

Length of option value in bytes


variable num

uint16_t SYN_CoapOption::num;

Option number (e.g. COAP_OPT_URI_PATH)


variable val

const uint8_t* SYN_CoapOption::val;

Pointer to option value bytes



The documentation for this class was generated from the following file src/syntropic/net/syn_coap.h