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 kinds of magnetic stripe reader track errors.
Syntax
typedef enum _MsrTrackErrorType {
MsrTrackErrorType_Unknown,
MsrTrackErrorType_None,
MsrTrackErrorType_StartSentinelError,
MsrTrackErrorType_EndSentinelError,
MsrTrackErrorType_ParityError,
MsrTrackErrorType_LrcError
} MsrTrackErrorType;
Constants
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. |
Requirements
| Requirement | Value |
|---|---|
| Header | pointofservicedriverinterface.h (include Pointofservicedriverinterface.h) |