Searched defs:coap_option (Results 1 – 1 of 1) sorted by relevance
289 struct coap_option { struct290 uint16_t delta; /**< Option delta */292 uint16_t len;293 uint8_t value[CONFIG_COAP_EXTENDED_OPTIONS_LEN_VALUE];295 uint8_t len; /**< Option length */296 uint8_t value[12]; /**< Option value */