MsrErrorReportingType enumeration (pointofservicedriverinterface.h)

This enumeration defines the constants that indicate the error reporting type for the magnetic stripe reader (MSR).

Syntax

typedef enum _MsrErrorReportingType {
  MsrErrorReportingType_CardLevel,
  MsrErrorReportingType_TrackLevel
} MsrErrorReportingType;

Constants

 
MsrErrorReportingType_CardLevel
Reports errors at the card level.
MsrErrorReportingType_TrackLevel
Reports errors at the track level.

Requirements

Requirement Value
Header pointofservicedriverinterface.h (include Pointofservicedriverinterface.h)