#include <net_messages.h>
Public Attributes | |
char | path [CONFIG_MSG_PATH_LENGTH] |
path to config value. | |
uint32_t | is_default: 1 |
1 if value is a default value, 0 otherwise, only for get response | |
uint32_t | reserved: 31 |
Reserved for future use. |
Path that defines a unique element in the configuration. It is part of most messages.
Definition at line 92 of file net_messages.h.
1 if value is a default value, 0 otherwise, only for get response
Definition at line 94 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_comment(), fawkes::ConfigListContent::append_string(), fawkes::NetworkConfiguration::inbound_received(), and fawkes::NetworkConfiguration::NetConfValueIterator::is_default().
char fawkes::config_descriptor_t::path[CONFIG_MSG_PATH_LENGTH] |
path to config value.
Definition at line 93 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_comment(), fawkes::ConfigListContent::append_string(), fawkes::NetworkConfiguration::get_value(), fawkes::NetworkConfiguration::inbound_received(), fawkes::ConfigNetworkHandler::loop(), and fawkes::NetworkConfiguration::NetConfValueIterator::NetConfValueIterator().