CoapOptionParameters Struct Reference
CoAP option parameters. More...
#include <coap_option.h>
Data Fields | |
uint16_t | number |
Option number. More... | |
bool_t | critical |
Critical property. More... | |
bool_t | unsafe |
Unsafe property. More... | |
bool_t | noCacheKey |
NoCacheKey property. More... | |
bool_t | repeatable |
Repeatable option. More... | |
const char_t * | name |
Option name. More... | |
CoapOptionFormat | format |
Option format. More... | |
uint16_t | minLength |
Minimum acceptable length. More... | |
uint16_t | maxLength |
Maximum acceptable length. More... | |
Detailed Description
CoAP option parameters.
Definition at line 229 of file coap_option.h.
Field Documentation
◆ critical
bool_t critical |
Critical property.
Definition at line 232 of file coap_option.h.
◆ format
CoapOptionFormat format |
Option format.
Definition at line 237 of file coap_option.h.
◆ maxLength
uint16_t maxLength |
Maximum acceptable length.
Definition at line 239 of file coap_option.h.
◆ minLength
uint16_t minLength |
Minimum acceptable length.
Definition at line 238 of file coap_option.h.
◆ name
const char_t* name |
Option name.
Definition at line 236 of file coap_option.h.
◆ noCacheKey
bool_t noCacheKey |
NoCacheKey property.
Definition at line 234 of file coap_option.h.
◆ number
uint16_t number |
Option number.
Definition at line 231 of file coap_option.h.
◆ repeatable
bool_t repeatable |
Repeatable option.
Definition at line 235 of file coap_option.h.
◆ unsafe
bool_t unsafe |
Unsafe property.
Definition at line 233 of file coap_option.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/coap/coap_option.h