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_Unknown An unspecified error. |
MsrTrackErrorType_None No error occurred. |
MsrTrackErrorType_StartSentinelError A start sentinel error. |
MsrTrackErrorType_EndSentinelError An end sentinel error. |
MsrTrackErrorType_ParityError A parity error. |
MsrTrackErrorType_LrcError A Longitudinal Redundancy Check (LRC) or checksum error. |
Requirements
Requirement | Value |
---|---|
Header | pointofservicedriverinterface.h (include Pointofservicedriverinterface.h) |