Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_CardLevelReports errors at the card level. |
MsrErrorReportingType_TrackLevelReports errors at the track level. |
Requirements
| Requirement | Value |
|---|---|
| Header | pointofservicedriverinterface.h (include Pointofservicedriverinterface.h) |