Skip to content

Latest commit

 

History

History
78 lines (60 loc) · 2.34 KB

ne-pointofservicedriverinterface-_msrtrackerrortype.md

File metadata and controls

78 lines (60 loc) · 2.34 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NE:pointofservicedriverinterface._MsrTrackErrorType
_MsrTrackErrorType (pointofservicedriverinterface.h)
This enumeration defines the kinds of magnetic stripe reader track errors.
pos\msrtrackerrortype.htm
pos
02/23/2018
MsrTrackErrorType enumeration
MsrTrackErrorType, MsrTrackErrorType enumeration, MsrTrackErrorType_EndSentinelError, MsrTrackErrorType_LrcError, MsrTrackErrorType_None, MsrTrackErrorType_ParityError, MsrTrackErrorType_StartSentinelError, MsrTrackErrorType_Unknown, _MsrTrackErrorType, pointofservicedriverinterface/MsrTrackErrorType, pointofservicedriverinterface/MsrTrackErrorType_EndSentinelError, pointofservicedriverinterface/MsrTrackErrorType_LrcError, pointofservicedriverinterface/MsrTrackErrorType_None, pointofservicedriverinterface/MsrTrackErrorType_ParityError, pointofservicedriverinterface/MsrTrackErrorType_StartSentinelError, pointofservicedriverinterface/MsrTrackErrorType_Unknown, pos.msrtrackerrortype
pointofservicedriverinterface.h
Pointofservicedriverinterface.h
Windows
Windows
MsrTrackErrorType
_MsrTrackErrorType
pointofservicedriverinterface/_MsrTrackErrorType
MsrTrackErrorType
pointofservicedriverinterface/MsrTrackErrorType
APIRef
kbSyntax
HeaderDef
pointofservicedriverinterface.h
_MsrTrackErrorType
MsrTrackErrorType

_MsrTrackErrorType enumeration

-description

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

-enum-fields

-field MsrTrackErrorType_Unknown

An unspecified error.

-field MsrTrackErrorType_None

No error occurred.

-field MsrTrackErrorType_StartSentinelError

A start sentinel error.

-field MsrTrackErrorType_EndSentinelError

An end sentinel error.

-field MsrTrackErrorType_ParityError

A parity error.

-field MsrTrackErrorType_LrcError

A Longitudinal Redundancy Check (LRC) or checksum error.