Properties of a CoAP message.
More...
Properties of a CoAP message.
Definition at line 300 of file message.h.
#include <message.h>
◆ id
uint16_t unicoap_message_properties_t::id |
RFC 7252 message ID.
Definition at line 327 of file message.h.
◆ is_notification
bool unicoap_message_properties_t::is_notification |
Determines if the corresponding message is considered an Observe
notification.
This property avoids the need to read the Observe
option every time this value is needed
Definition at line 319 of file message.h.
◆ is_registration
bool unicoap_message_properties_t::is_registration |
Determines if the corresponding message is considered an Observe
registration.
This property avoids the need to read the Observe
option every time this value is needed
Definition at line 312 of file message.h.
◆ token
uint8_t* unicoap_message_properties_t::token |
CoAP token used to correlate requests to responses.
Definition at line 302 of file message.h.
◆ token_length
uint8_t unicoap_message_properties_t::token_length |
◆ type
RFC 7252 message type.
Definition at line 324 of file message.h.
The documentation for this struct was generated from the following file: