|
Fawkes API
Fawkes Development Version
|
Config list string entity. More...
#include <net_messages.h>
Public Attributes | |
| config_list_entity_header_t | header |
| config entity header | |
| uint16_t | s_length |
| length of following string value | |
| char | s [2] |
| string value, 0-terminated | |
Config list string entity.
Definition at line 202 of file net_messages.h.
| config_list_entity_header_t fawkes::config_list_string_entity_t::header |
config entity header
Definition at line 203 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_string().
| char fawkes::config_list_string_entity_t::s[2] |
string value, 0-terminated
Definition at line 205 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_string(), and fawkes::NetworkConfiguration::inbound_received().
| uint16_t fawkes::config_list_string_entity_t::s_length |
length of following string value
Definition at line 204 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_string().