Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
openlcb::SnipDecodedData Struct Reference

Holds the data we decoded from a SNIP response. More...

#include <SimpleNodeInfo.hxx>

Public Member Functions

void clear ()
 Resets all entries to empty.
 

Public Attributes

string manufacturer_name
 SNIP response field.
 
string model_name
 SNIP response field.
 
string hardware_version
 SNIP response field.
 
string software_version
 SNIP response field.
 
string user_name
 SNIP response field.
 
string user_description
 SNIP response field.
 

Detailed Description

Holds the data we decoded from a SNIP response.

Definition at line 103 of file SimpleNodeInfo.hxx.

Member Function Documentation

◆ clear()

void openlcb::SnipDecodedData::clear ( )
inline

Resets all entries to empty.

Definition at line 105 of file SimpleNodeInfo.hxx.

Member Data Documentation

◆ hardware_version

string openlcb::SnipDecodedData::hardware_version

SNIP response field.

Definition at line 118 of file SimpleNodeInfo.hxx.

◆ manufacturer_name

string openlcb::SnipDecodedData::manufacturer_name

SNIP response field.

Definition at line 114 of file SimpleNodeInfo.hxx.

◆ model_name

string openlcb::SnipDecodedData::model_name

SNIP response field.

Definition at line 116 of file SimpleNodeInfo.hxx.

◆ software_version

string openlcb::SnipDecodedData::software_version

SNIP response field.

Definition at line 120 of file SimpleNodeInfo.hxx.

◆ user_description

string openlcb::SnipDecodedData::user_description

SNIP response field.

Definition at line 125 of file SimpleNodeInfo.hxx.

◆ user_name

string openlcb::SnipDecodedData::user_name

SNIP response field.

Definition at line 123 of file SimpleNodeInfo.hxx.


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