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 |
Config list entity header.
Definition at line 171 of file net_messages.h.
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().
reserved for future use
Definition at line 174 of file net_messages.h.
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().