Loading...
Searching...
No Matches
coap_block_request_t Struct Reference

Blockwise request helper struct. More...

Detailed Description

Blockwise request helper struct.

Definition at line 204 of file nanocoap_sock.h.

#include <nanocoap_sock.h>

Data Fields

nanocoap_sock_tsock
 socket used for the request

 
const char * path
 path on the server

 
uint32_t blknum
 current block number

 
coap_method_t method
 request method (GET, POST, PUT)

 
uint8_t blksize
 CoAP blocksize exponent

 

Field Documentation

◆ blknum

uint32_t coap_block_request_t::blknum

current block number

Definition at line 207 of file nanocoap_sock.h.

◆ blksize

uint8_t coap_block_request_t::blksize

CoAP blocksize exponent

Definition at line 209 of file nanocoap_sock.h.

◆ method

coap_method_t coap_block_request_t::method

request method (GET, POST, PUT)

Definition at line 208 of file nanocoap_sock.h.

◆ path

const char* coap_block_request_t::path

path on the server

Definition at line 206 of file nanocoap_sock.h.

◆ sock

nanocoap_sock_t* coap_block_request_t::sock

socket used for the request

Definition at line 205 of file nanocoap_sock.h.


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