fawkes::config_list_bool_entity_t Struct Reference
Config list bool entity. More...
#include <net_messages.h>
Public Attributes | |
| config_list_entity_header_t | header |
| config entity header | |
| int32_t | b |
| 0 is false, everything else is true | |
Detailed Description
Config list bool entity.
Definition at line 196 of file net_messages.h.
Member Data Documentation
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 entity header
Definition at line 197 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_bool().
The documentation for this struct was generated from the following file:
- src/libs/config/net_messages.h

