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 | |