MsrErrorReporting Enumeration

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

Usage

'Usage
Dim msrErrorReporting1 As MsrErrorReporting = MsrErrorReporting.Card

Syntax

'Declaration
Public Enum MsrErrorReporting
public enum MsrErrorReporting
public enum class MsrErrorReporting
public enum MsrErrorReporting
public enum MsrErrorReporting

Members

Member name Description
Card Report errors at a card level.
Track Report errors at a track level.

Remarks

Defines the error reporting types for the ErrorReportingType property. Replaces the MSR_ERT_CARD and MSR_ERT_TRACK constants.

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
ErrorReportingType