|
Open Model Railroad Network (OpenMRN)
|
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. | |
Holds the data we decoded from a SNIP response.
Definition at line 103 of file SimpleNodeInfo.hxx.
|
inline |
Resets all entries to empty.
Definition at line 105 of file SimpleNodeInfo.hxx.
| string openlcb::SnipDecodedData::hardware_version |
SNIP response field.
Definition at line 118 of file SimpleNodeInfo.hxx.
| string openlcb::SnipDecodedData::manufacturer_name |
SNIP response field.
Definition at line 114 of file SimpleNodeInfo.hxx.
| string openlcb::SnipDecodedData::model_name |
SNIP response field.
Definition at line 116 of file SimpleNodeInfo.hxx.
| string openlcb::SnipDecodedData::software_version |
SNIP response field.
Definition at line 120 of file SimpleNodeInfo.hxx.
| string openlcb::SnipDecodedData::user_description |
SNIP response field.
Definition at line 125 of file SimpleNodeInfo.hxx.
| string openlcb::SnipDecodedData::user_name |
SNIP response field.
Definition at line 123 of file SimpleNodeInfo.hxx.