libcoap
4.3.0
|
Structure to keep track of block1 specific information (Requests) More...
#include <coap_block_internal.h>
Data Fields | |
coap_binary_t * | app_token |
original PDU token More... | |
uint8_t | token [8] |
last used token More... | |
size_t | token_length |
length of token More... | |
uint32_t | count |
the number of packets sent for payload More... | |
Structure to keep track of block1 specific information (Requests)
Definition at line 56 of file coap_block_internal.h.
coap_binary_t* coap_l_block1_t::app_token |
original PDU token
Definition at line 57 of file coap_block_internal.h.
uint32_t coap_l_block1_t::count |
the number of packets sent for payload
Definition at line 60 of file coap_block_internal.h.
uint8_t coap_l_block1_t::token[8] |
last used token
Definition at line 58 of file coap_block_internal.h.
size_t coap_l_block1_t::token_length |
length of token
Definition at line 59 of file coap_block_internal.h.