Fawkes API
Fawkes Development Version
|
Comment message. More...
#include <net_messages.h>
Public Attributes | |
config_descriptor_t | cp |
value descriptor More... | |
uint16_t | s_length |
Length of following string. More... | |
char | s [2] |
comment, 0-terminated More... | |
Comment message.
Definition at line 152 of file net_messages.h.
config_descriptor_t fawkes::config_comment_msg_t::cp |
value descriptor
Definition at line 153 of file net_messages.h.
Referenced by fawkes::NetworkConfiguration::inbound_received(), and fawkes::NetworkConfiguration::set_default_string().
char fawkes::config_comment_msg_t::s[2] |
comment, 0-terminated
Definition at line 155 of file net_messages.h.
Referenced by fawkes::ConfigNetworkHandler::config_comment_changed(), fawkes::NetworkConfiguration::get_comment(), fawkes::NetworkConfiguration::NetConfValueIterator::get_comment(), fawkes::NetworkConfiguration::get_default_comment(), fawkes::NetworkConfiguration::inbound_received(), fawkes::ConfigNetworkHandler::loop(), and fawkes::NetworkConfiguration::set_default_string().
uint16_t fawkes::config_comment_msg_t::s_length |
Length of following string.
Definition at line 154 of file net_messages.h.
Referenced by fawkes::NetworkConfiguration::set_default_string().