Home
last modified time | relevance | path

Searched defs:coap_lg_crcv_t (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_block_internal.h99 struct coap_lg_crcv_t { struct
100 struct coap_lg_crcv_t *next; argument
101 uint8_t observe[3]; /**< Observe data (if set) (only 24 bits) */
102 uint8_t observe_length;/**< Length of observe data */
103 uint8_t observe_set; /**< Set if this is an observe receive PDU */
104 uint8_t etag_set; /**< Set if ETag is in receive PDU */
105 uint8_t etag_length; /**< ETag length */
106 uint8_t etag[8]; /**< ETag for block checking */
107 uint16_t content_format; /**< Content format for the set of blocks */
108 uint8_t last_type; /**< Last request type (CON/NON) */
[all …]
Dcoap_forward_decls.h49 typedef struct coap_lg_crcv_t coap_lg_crcv_t; typedef