libcoap 4.3.5-develop-4c3f4af
Loading...
Searching...
No Matches
coap_l_block1_t Struct Reference

Structure to keep track of block1 specific information (Requests). More...

#include <coap_block_internal.h>

Collaboration diagram for coap_l_block1_t:

Data Fields

coap_binary_tapp_token
 original PDU token
uint64_t state_token
 state token
size_t bert_size
 size of last BERT block
uint32_t count
 the number of packets sent for payload
coap_address_t upstream

Detailed Description

Structure to keep track of block1 specific information (Requests).

Definition at line 141 of file coap_block_internal.h.

Field Documentation

◆ app_token

coap_binary_t* coap_l_block1_t::app_token

original PDU token

Definition at line 142 of file coap_block_internal.h.

◆ bert_size

size_t coap_l_block1_t::bert_size

size of last BERT block

Definition at line 144 of file coap_block_internal.h.

◆ count

uint32_t coap_l_block1_t::count

the number of packets sent for payload

Definition at line 145 of file coap_block_internal.h.

◆ state_token

uint64_t coap_l_block1_t::state_token

state token

Definition at line 143 of file coap_block_internal.h.

◆ upstream

coap_address_t coap_l_block1_t::upstream

Definition at line 146 of file coap_block_internal.h.


The documentation for this struct was generated from the following file: