fawkes::config_list_entity_header_t Struct Reference
Config list entity header. More...
#include <net_messages.h>
Public Attributes | |
| config_descriptor_t | cp |
| Config descriptor. | |
| uint32_t | type: 8 |
| type of entity, uses MSG_CONFIG_*_VALUE message IDs | |
| uint32_t | reserved: 24 |
| reserved for future use | |
Detailed Description
Config list entity header.
Definition at line 171 of file net_messages.h.
Member Data Documentation
Config descriptor.
Definition at line 172 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_bool(), fawkes::ConfigListContent::append_comment(), fawkes::ConfigListContent::append_float(), fawkes::ConfigListContent::append_int(), fawkes::ConfigListContent::append_string(), fawkes::ConfigListContent::append_uint(), and fawkes::NetworkConfiguration::inbound_received().
type of entity, uses MSG_CONFIG_*_VALUE message IDs
Definition at line 173 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_bool(), fawkes::ConfigListContent::append_comment(), fawkes::ConfigListContent::append_float(), fawkes::ConfigListContent::append_int(), fawkes::ConfigListContent::append_string(), fawkes::ConfigListContent::append_uint(), and fawkes::NetworkConfiguration::inbound_received().
The documentation for this struct was generated from the following file:
- src/libs/config/net_messages.h

