ErrorResponse Enumeration

Indicates the error response.

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

Usage

'Usage
Dim errorResponse1 As ErrorResponse = ErrorResponse.Clear

Syntax

'Declaration
Public Enum 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.

This is the default response for locus Input.

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.

This is the default response when the locus is InputData, and is legal only with this locus.

Retry This response directs the device to retry the input. The error state is exited, and State is changed to Idle.

This response can only be selected when the device chapter specifically allows it and when the locus is Input.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace