ErrorResponse Enumeration

2/27/2008

Enumerates the valid responses an application can make to an error event.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration ErrorResponse
public enum ErrorResponse
public enum class ErrorResponse
public enum ErrorResponse
public enum ErrorResponse

Members

Member name Description
Clear Clear the buffered DataEvent events and ErrorEvent events and exit the error state, changing State to Idle.
ContinueInput This response acknowledges the error and directs the device to continue processing. The device remains in the error state, and delivers additional data events as directed by the DataEventEnabled property. When all input has been delivered and the DataEventEnabled property is again set to TRUE, another ErrorEvent is delivered with locus Input.
Retry This response directs the device to retry the input. The error state is exited, and State is changed to Idle.

Remarks

Used by the constructor and ErrorResponse property of the DeviceErrorEventArgs class. Members of this enumeration replace the ER_RETRY, ER_CLEAR, and ER_CONTINUEINPUT UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace