libcoap
4.3.0
|
COAP block internal information. More...
Go to the source code of this file.
Data Structures | |
struct | coap_lg_range |
struct | coap_rblock_t |
Structure to keep track of received blocks. More... | |
struct | coap_l_block1_t |
Structure to keep track of block1 specific information (Requests) More... | |
struct | coap_l_block2_t |
Structure to keep track of block2 specific information (Responses) More... | |
struct | coap_lg_xmit_t |
Structure to hold large body (many blocks) transmission information. More... | |
struct | coap_lg_crcv_t |
Structure to hold large body (many blocks) client receive information. More... | |
struct | coap_lg_srcv_t |
Structure to hold large body (many blocks) server receive information. More... | |
Macros | |
#define | COAP_RBLOCK_CNT 4 |
Typedefs | |
typedef struct coap_rblock_t | coap_rblock_t |
Structure to keep track of received blocks. More... | |
typedef struct coap_l_block1_t | coap_l_block1_t |
Structure to keep track of block1 specific information (Requests) More... | |
typedef struct coap_l_block2_t | coap_l_block2_t |
Structure to keep track of block2 specific information (Responses) More... | |
Enumerations | |
enum | coap_recurse_t { COAP_RECURSE_OK , COAP_RECURSE_NO } |
COAP block internal information.
Definition in file coap_block_internal.h.