Blockwise request helper struct. More...
Blockwise request helper struct.
Definition at line 219 of file nanocoap_sock.h.
#include <nanocoap_sock.h>
Data Fields | |
nanocoap_sock_t * | sock |
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 | |
uint32_t coap_block_request_t::blknum |
current block number
Definition at line 222 of file nanocoap_sock.h.
uint8_t coap_block_request_t::blksize |
CoAP blocksize exponent
Definition at line 224 of file nanocoap_sock.h.
coap_method_t coap_block_request_t::method |
request method (GET, POST, PUT)
Definition at line 223 of file nanocoap_sock.h.
const char* coap_block_request_t::path |
path on the server
Definition at line 221 of file nanocoap_sock.h.
nanocoap_sock_t* coap_block_request_t::sock |
socket used for the request
Definition at line 220 of file nanocoap_sock.h.