Macros | |
#define | CONFIG_NANOCOAP_NOPTS_MAX (16) |
Maximum number of Options in a message. | |
#define | CONFIG_NANOCOAP_URI_MAX (64) |
Maximum length of a resource path string read from or written to a message. | |
#define | CONFIG_NANOCOAP_BLOCK_SIZE_EXP_MAX (6) |
Maximum size for a blockwise transfer as a power of 2. | |
#define | CONFIG_NANOCOAP_BLOCKSIZE_DEFAULT COAP_BLOCKSIZE_64 |
CoAP block-wise-transfer size that should be used by default. | |
#define | CONFIG_NANOCOAP_QS_MAX (64) |
Maximum length of a query string written to a message. | |
#define CONFIG_NANOCOAP_BLOCK_SIZE_EXP_MAX (6) |
Maximum size for a blockwise transfer as a power of 2.
Definition at line 161 of file nanocoap.h.
#define CONFIG_NANOCOAP_BLOCKSIZE_DEFAULT COAP_BLOCKSIZE_64 |
CoAP block-wise-transfer size that should be used by default.
Definition at line 168 of file nanocoap.h.
#define CONFIG_NANOCOAP_NOPTS_MAX (16) |
Maximum number of Options in a message.
Definition at line 146 of file nanocoap.h.
#define CONFIG_NANOCOAP_QS_MAX (64) |
Maximum length of a query string written to a message.
Definition at line 173 of file nanocoap.h.
#define CONFIG_NANOCOAP_URI_MAX (64) |
Maximum length of a resource path string read from or written to a message.
Definition at line 154 of file nanocoap.h.