![]() |
RelianceCore
1.4.0
Reliance Thermal Printer API
|
Describes response from all RelianceHID printer commands. More...
Data Fields | |
| ReturnCode | ret |
| For command execution. More... | |
| ArgList | args |
| List of parameters passed with command, if any. More... | |
| std::string | command |
| Name of command. More... | |
| std::string | message |
| Parsed message may contain more info about errors or results. More... | |
| int | value = 0 |
| Used for commands that return integer values. More... | |
Describes response from all RelianceHID printer commands.
| ArgList RelianceHID::Result::args |
List of parameters passed with command, if any.
| std::string RelianceHID::Result::command |
Name of command.
| std::string RelianceHID::Result::message |
Parsed message may contain more info about errors or results.
| ReturnCode RelianceHID::Result::ret |
For command execution.
| int RelianceHID::Result::value = 0 |
Used for commands that return integer values.
1.8.11