Searched defs:coap_option (Results 1 – 1 of 1) sorted by relevance
331 struct coap_option { struct332 uint16_t delta; /**< Option delta */334 uint16_t len;335 uint8_t value[CONFIG_COAP_EXTENDED_OPTIONS_LEN_VALUE];337 uint8_t len; /**< Option length */338 uint8_t value[12]; /**< Option value */