Fawkes API
Fawkes Development Version
|
String value header indicating the string length. More...
#include <net_messages.h>
Public Attributes | |
uint16_t | s_length |
Length of following string. More... | |
uint16_t | reserved |
Reserved for future use. More... | |
String value header indicating the string length.
Definition at line 121 of file net_messages.h.
uint16_t fawkes::config_string_value_t::reserved |
Reserved for future use.
Definition at line 123 of file net_messages.h.
uint16_t fawkes::config_string_value_t::s_length |
Length of following string.
Definition at line 122 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append(), fawkes::NetworkConfiguration::get_string(), fawkes::NetworkConfiguration::NetConfValueIterator::get_string(), fawkes::NetworkConfiguration::NetConfValueIterator::get_strings(), fawkes::NetworkConfiguration::inbound_received(), fawkes::ConfigNetworkHandler::loop(), fawkes::NetworkConfiguration::set_default_string(), fawkes::NetworkConfiguration::set_string(), and fawkes::ConfigNetworkHandler::~ConfigNetworkHandler().