Properties of a CoAP message.
More...
Properties of a CoAP message.
Definition at line 300 of file message.h.
#include <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.
The documentation for this struct was generated from the following file: