| 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 150 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 157 of file nanocoap.h.
| #define CONFIG_NANOCOAP_NOPTS_MAX (16) | 
Maximum number of Options in a message.
Definition at line 135 of file nanocoap.h.
| #define CONFIG_NANOCOAP_QS_MAX (64) | 
Maximum length of a query string written to a message.
Definition at line 162 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 143 of file nanocoap.h.