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 128 of file net_messages.h.
config_descriptor_t fawkes::config_comment_msg_t::cp |
value descriptor
Definition at line 129 of file net_messages.h.
Referenced by fawkes::NetworkConfiguration::inbound_received().
char fawkes::config_comment_msg_t::s[2] |
comment, 0-terminated
Definition at line 131 of file net_messages.h.
Referenced by fawkes::NetworkConfiguration::get_comment(), fawkes::NetworkConfiguration::NetConfValueIterator::get_comment(), fawkes::NetworkConfiguration::get_default_comment(), and fawkes::NetworkConfiguration::inbound_received().
uint16_t fawkes::config_comment_msg_t::s_length |
Length of following string.
Definition at line 130 of file net_messages.h.