Config list comment entity. More...
#include <net_messages.h>
Public Attributes | |
| config_list_entity_header_t | header |
| config entity header | |
| uint16_t | s_length |
| Length of following comment string. | |
| char | s [2] |
| Comment value, 0-terminated. | |
Config list comment entity.
Definition at line 209 of file net_messages.h.
config entity header
Definition at line 210 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_comment().
Comment value, 0-terminated.
Definition at line 212 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_comment(), and fawkes::NetworkConfiguration::inbound_received().
Length of following comment string.
Definition at line 211 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_comment().
1.6.1