MsrTrackErrorType - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pointofservicedriverinterface-_msrtrackerrortype)

_MsrTrackErrorType enumeration

Description

This enumeration defines the kinds of magnetic stripe reader track errors.

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.