Loading...
Searching...
No Matches
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.
 
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.

◆ number

unicoap_option_number_t unicoap_option_entry_t::number

Option number.

Definition at line 89 of file options.h.

◆ size

uint16_t unicoap_option_entry_t::size

Number of bytes this option is comprised of.

Definition at line 84 of file options.h.


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