Searched defs:coap_lg_crcv_t (Results 1 – 2 of 2) sorted by relevance
99 struct coap_lg_crcv_t { struct100 struct coap_lg_crcv_t *next; argument101 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 …]
49 typedef struct coap_lg_crcv_t coap_lg_crcv_t; typedef