// pointofservicedriverinterface.h
typedef enum _MsrTrackErrorType {
MsrTrackErrorType_Unknown,
MsrTrackErrorType_None,
MsrTrackErrorType_StartSentinelError,
MsrTrackErrorType_EndSentinelError,
MsrTrackErrorType_ParityError,
MsrTrackErrorType_LrcError
} MsrTrackErrorType;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration defines the kinds of magnetic stripe reader track errors.
MsrTrackErrorType_UnknownAn unspecified error.
MsrTrackErrorType_NoneNo error occurred.
MsrTrackErrorType_StartSentinelErrorA start sentinel error.
MsrTrackErrorType_EndSentinelErrorAn end sentinel error.
MsrTrackErrorType_ParityErrorA parity error.
MsrTrackErrorType_LrcErrorA Longitudinal Redundancy Check (LRC) or checksum error.