Fawkes API  Fawkes Development Version
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
fawkes::config_list_comment_entity_t Struct Reference

Config list comment entity. More...

#include <net_messages.h>

List of all members.

Public Attributes

config_list_entity_header_t header
 config entity header
uint16_t s_length
 Length of following comment string.
char s [2]
 Comment value, 0-terminated.

Detailed Description

Config list comment entity.

Definition at line 209 of file net_messages.h.


Member Data Documentation

config_list_entity_header_t fawkes::config_list_comment_entity_t::header

config entity header

Definition at line 210 of file net_messages.h.

Referenced by fawkes::ConfigListContent::append_comment().

char fawkes::config_list_comment_entity_t::s[2]

Comment value, 0-terminated.

Definition at line 212 of file net_messages.h.

Referenced by fawkes::ConfigListContent::append_comment(), and fawkes::NetworkConfiguration::inbound_received().

uint16_t fawkes::config_list_comment_entity_t::s_length

Length of following comment string.

Definition at line 211 of file net_messages.h.

Referenced by fawkes::ConfigListContent::append_comment().


The documentation for this struct was generated from the following file: