|
Fawkes API
Fawkes Development Version
|
Comment message. More...
#include <net_messages.h>
Public Attributes | |
| config_descriptor_t | cp |
| value descriptor | |
| uint16_t | s_length |
| Length of following string. | |
| char | s [2] |
| comment, 0-terminated | |
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().
| 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(), and fawkes::ConfigNetworkHandler::loop().
| uint16_t fawkes::config_comment_msg_t::s_length |
Length of following string.
Definition at line 154 of file net_messages.h.