Fawkes API  Fawkes Development Version
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 More...
 
int32_t b
 0 is false, everything else is true More...
 

Detailed Description

Config list bool entity.

Definition at line 196 of file net_messages.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: