unicoap_option_entry_t Struct Reference

Helper struct for options parser. More...

Detailed Description

Helper struct for options parser.

Definition at line 74 of file options.h.

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

Field Documentation

◆ data

uint8_t* unicoap_option_entry_t::data

Pointer into options storage where this option starts.

Note
This is not the start of the given option's value.

Definition at line 79 of file options.h.


The documentation for this struct was generated from the following file: