#include <protocol_info.h>
Public Attributes | |
| std::vector< std::string > | commands |
| uint16_t | device_family |
| bool | isError = false |
| std::string | protocol_name |
| int | version_major |
| int | version_minor |
Definition at line 6 of file protocol_info.h.
| std::vector<std::string> ProtocolInfo::commands |
Definition at line 12 of file protocol_info.h.
| uint16_t ProtocolInfo::device_family |
Definition at line 15 of file protocol_info.h.
| bool ProtocolInfo::isError = false |
Definition at line 8 of file protocol_info.h.
| std::string ProtocolInfo::protocol_name |
Definition at line 9 of file protocol_info.h.
| int ProtocolInfo::version_major |
Definition at line 10 of file protocol_info.h.
| int ProtocolInfo::version_minor |
Definition at line 11 of file protocol_info.h.