Searched defs:coap_lg_crcv_t (Results 1 – 2 of 2) sorted by relevance
146 struct coap_lg_crcv_t { struct147 struct coap_lg_crcv_t *next; argument148 uint8_t observe[3]; /**< Observe data (if observe_set) (only 24 bits) */149 uint8_t observe_length;/**< Length of observe data */150 uint8_t observe_set; /**< Set if this is an observe receive PDU */151 uint8_t szx; /**< size of individual blocks */152 uint8_t etag_set; /**< Set if ETag is in receive PDU */153 uint8_t etag_length; /**< ETag length */154 uint8_t etag[8]; /**< ETag for block checking */155 uint16_t content_format; /**< Content format for the set of blocks */[all …]
51 typedef struct coap_lg_crcv_t coap_lg_crcv_t; typedef