Helper struct for options parser. More...
#include <options.h>
Data Fields | |
| uint8_t * | data |
| Pointer into options storage where this option starts. More... | |
| uint16_t | size |
| Number of bytes this option is comprised of. | |
| unicoap_option_number_t | number |
| Option number. | |
| uint8_t* unicoap_option_entry_t::data |