MsrErrorReporting Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Lists the error reporting types for an MSR device.

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

Syntax

'Declaration
Public Enumeration 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

Used by the ErrorReportingType property. Members of this enumeration replace the MSR_ERT_CARD and MSR_ERT_TRACK UPOS 1.11 constants.

See Also

Reference

Microsoft.PointOfService Namespace
Msr.ErrorReportingType Property