Fawkes API
Fawkes Development Version
|
Config list bool entity. More...
#include <net_messages.h>
Public Attributes | |
config_list_entity_header_t | header |
config entity header More... | |
int32_t | b |
0 is false, everything else is true More... | |
Config list bool entity.
Definition at line 196 of file net_messages.h.
int32_t fawkes::config_list_bool_entity_t::b |
0 is false, everything else is true
Definition at line 198 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_bool(), and fawkes::NetworkConfiguration::inbound_received().
config_list_entity_header_t fawkes::config_list_bool_entity_t::header |
config entity header
Definition at line 197 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_bool().