Loading...
Searching...
No Matches
unicoap_parser_result_t Struct Reference

Helper structure for parsing PDUs manually. More...

Detailed Description

Helper structure for parsing PDUs manually.

Use this struct to allocate all necessary artifacts for invoking a parser

Definition at line 1117 of file message.h.

#include <message.h>

Data Fields

unicoap_message_t message
 Message.
 
unicoap_options_t options
 Parsed options.
 
unicoap_message_properties_t properties
 Parsed message properties.
 

Field Documentation

◆ message

unicoap_message_t unicoap_parser_result_t::message

Message.

Definition at line 1119 of file message.h.

◆ options

unicoap_options_t unicoap_parser_result_t::options

Parsed options.

Definition at line 1122 of file message.h.

◆ properties

unicoap_message_properties_t unicoap_parser_result_t::properties

Parsed message properties.

Definition at line 1125 of file message.h.


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