| EcrResultStatus Enumeration |
Response status from the fiscal device
Namespace: Accent.EcrAssembly: ecr (in ecr.dll) Version: 1.0.6036.18111
Syntaxpublic enum EcrResultStatus
Public Enumeration EcrResultStatus
public enum class EcrResultStatus
Members|
| Member name | Value | Description |
|---|
| UNKNOWN | 0 |
Unknown response
|
| OK | 1 |
OK response
|
| NAK_RECEIVED | 2 |
NAK is received from the fiscal device
|
| TIMEOUT_READING | 3 |
TIMEOUT reading from the serial port
|
| WRONG_COMMAND_RESPONSE | 4 |
Wrong command response
|
| GENERAL_ERROR | 5 |
General error
|
| SYNTAX_ERROR | 6 |
Syntax error
|
| INVALID_RESPONSE | 7 |
Invalid response
|
See Also