Blockwise request helper struct. More...
Blockwise request helper struct.
Definition at line 227 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 230 of file nanocoap_sock.h.
| uint8_t coap_block_request_t::blksize |
CoAP blocksize exponent.
Definition at line 232 of file nanocoap_sock.h.
| coap_method_t coap_block_request_t::method |
request method (GET, POST, PUT)
Definition at line 231 of file nanocoap_sock.h.
| const char* coap_block_request_t::path |
path on the server
Definition at line 229 of file nanocoap_sock.h.
| nanocoap_sock_t* coap_block_request_t::sock |
socket used for the request
Definition at line 228 of file nanocoap_sock.h.