libcoap 4.3.5-develop-19cef11
|
Structure to keep track of block2 specific information (Responses) More...
#include <coap_block_internal.h>
Data Fields | |
coap_resource_t * | resource |
associated resource More... | |
coap_string_t * | query |
Associated query for the resource. More... | |
uint64_t | etag |
ETag value. More... | |
coap_pdu_code_t | request_method |
Method used to request this data. More... | |
uint8_t | rtag_set |
Set if RTag is in receive PDU. More... | |
uint8_t | rtag_length |
RTag length. More... | |
uint8_t | rtag [8] |
RTag for block checking. More... | |
coap_time_t | maxage_expire |
When this entry expires. More... | |
Structure to keep track of block2 specific information (Responses)
Definition at line 132 of file coap_block_internal.h.
uint64_t coap_l_block2_t::etag |
ETag value.
Definition at line 135 of file coap_block_internal.h.
coap_time_t coap_l_block2_t::maxage_expire |
When this entry expires.
Definition at line 140 of file coap_block_internal.h.
coap_string_t* coap_l_block2_t::query |
Associated query for the resource.
Definition at line 134 of file coap_block_internal.h.
coap_pdu_code_t coap_l_block2_t::request_method |
Method used to request this data.
Definition at line 136 of file coap_block_internal.h.
coap_resource_t* coap_l_block2_t::resource |
associated resource
Definition at line 133 of file coap_block_internal.h.
uint8_t coap_l_block2_t::rtag[8] |
RTag for block checking.
Definition at line 139 of file coap_block_internal.h.
uint8_t coap_l_block2_t::rtag_length |
RTag length.
Definition at line 138 of file coap_block_internal.h.
uint8_t coap_l_block2_t::rtag_set |
Set if RTag is in receive PDU.
Definition at line 137 of file coap_block_internal.h.