Click or drag to resize
EcrResultStatus Enumeration
Response status from the fiscal device

Namespace: Accent.Ecr
Assembly: ecr (in ecr.dll) Version: 1.0.6036.18111
Syntax
public enum EcrResultStatus
Members
  Member nameValueDescription
UNKNOWN0 Unknown response
OK1 OK response
NAK_RECEIVED2 NAK is received from the fiscal device
TIMEOUT_READING3 TIMEOUT reading from the serial port
WRONG_COMMAND_RESPONSE4 Wrong command response
GENERAL_ERROR5 General error
SYNTAX_ERROR6 Syntax error
INVALID_RESPONSE7 Invalid response
See Also