Skip to content

Latest commit

 

History

History
142 lines (92 loc) · 6.54 KB

ne-pointofservicedriverinterface-_msrstatisticsentrytype.md

File metadata and controls

142 lines (92 loc) · 6.54 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._MsrStatisticsEntryType
_MsrStatisticsEntryType (pointofservicedriverinterface.h)
This enumeration defines the kinds of magnetic stripe reader statistics.
pos\mststatisticsentrytype.htm
pos
02/23/2018
MsrStatisticsEntryType enumeration
MsrStatisticsEntryType_ChallengeRequestCount, MsrStatisticsEntryType_CommunicationErrorCount, MsrStatisticsEntryType_Count, MsrStatisticsEntryType_FailedCardAuthenticationDataCount, MsrStatisticsEntryType_FailedDeviceAuthenticationCount, MsrStatisticsEntryType_FailedReadCount, MsrStatisticsEntryType_FailedWriteCount, MsrStatisticsEntryType_GoodCardAuthenticationDataCount, MsrStatisticsEntryType_GoodDeviceAuthenticationCount, MsrStatisticsEntryType_GoodReadCount, MsrStatisticsEntryType_GoodWriteCount, MsrStatisticsEntryType_HoursPoweredCount, MsrStatisticsEntryType_Invalid, MsrStatisticsEntryType_MissingStartSentinelTrack1Count, MsrStatisticsEntryType_MissingStartSentinelTrack2Count, MsrStatisticsEntryType_MissingStartSentinelTrack3Count, MsrStatisticsEntryType_MissingStartSentinelTrack4Count, MsrStatisticsEntryType_ParityLRCErrorTrack1Count, MsrStatisticsEntryType_ParityLRCErrorTrack2Count, MsrStatisticsEntryType_ParityLRCErrorTrack3Count, MsrStatisticsEntryType_ParityLRCErrorTrack4Count, MsrStatisticsEntryType_UnreadableCardCount, MstStatisticsEntryType, MstStatisticsEntryType enumeration, _MsrStatisticsEntryType, pointofservicedriverinterface/MsrStatisticsEntryType_ChallengeRequestCount, pointofservicedriverinterface/MsrStatisticsEntryType_CommunicationErrorCount, pointofservicedriverinterface/MsrStatisticsEntryType_Count, pointofservicedriverinterface/MsrStatisticsEntryType_FailedCardAuthenticationDataCount, pointofservicedriverinterface/MsrStatisticsEntryType_FailedDeviceAuthenticationCount, pointofservicedriverinterface/MsrStatisticsEntryType_FailedReadCount, pointofservicedriverinterface/MsrStatisticsEntryType_FailedWriteCount, pointofservicedriverinterface/MsrStatisticsEntryType_GoodCardAuthenticationDataCount, pointofservicedriverinterface/MsrStatisticsEntryType_GoodDeviceAuthenticationCount, pointofservicedriverinterface/MsrStatisticsEntryType_GoodReadCount, pointofservicedriverinterface/MsrStatisticsEntryType_GoodWriteCount, pointofservicedriverinterface/MsrStatisticsEntryType_HoursPoweredCount, pointofservicedriverinterface/MsrStatisticsEntryType_Invalid, pointofservicedriverinterface/MsrStatisticsEntryType_MissingStartSentinelTrack1Count, pointofservicedriverinterface/MsrStatisticsEntryType_MissingStartSentinelTrack2Count, pointofservicedriverinterface/MsrStatisticsEntryType_MissingStartSentinelTrack3Count, pointofservicedriverinterface/MsrStatisticsEntryType_MissingStartSentinelTrack4Count, pointofservicedriverinterface/MsrStatisticsEntryType_ParityLRCErrorTrack1Count, pointofservicedriverinterface/MsrStatisticsEntryType_ParityLRCErrorTrack2Count, pointofservicedriverinterface/MsrStatisticsEntryType_ParityLRCErrorTrack3Count, pointofservicedriverinterface/MsrStatisticsEntryType_ParityLRCErrorTrack4Count, pointofservicedriverinterface/MsrStatisticsEntryType_UnreadableCardCount, pointofservicedriverinterface/MstStatisticsEntryType, pos.mststatisticsentrytype
pointofservicedriverinterface.h
Pointofservicedriverinterface.h
Windows
Windows
MstStatisticsEntryType
_MsrStatisticsEntryType
pointofservicedriverinterface/_MsrStatisticsEntryType
MstStatisticsEntryType
pointofservicedriverinterface/MstStatisticsEntryType
APIRef
kbSyntax
HeaderDef
pointofservicedriverinterface.h
_MsrStatisticsEntryType
MstStatisticsEntryType

_MsrStatisticsEntryType enumeration

-description

This enumeration defines the kinds of magnetic stripe reader statistics.

-enum-fields

-field MsrStatisticsEntryType_Invalid

Reserved for internal use.

-field MsrStatisticsEntryType_HoursPoweredCount

Number of hours that the device has been powered on.

-field MsrStatisticsEntryType_CommunicationErrorCount

Number of communication errors.

-field MsrStatisticsEntryType_GoodReadCount

Number of successful reads

-field MsrStatisticsEntryType_FailedReadCount

Number of failed reads

-field MsrStatisticsEntryType_UnreadableCardCount

Number of unreadable cards

-field MsrStatisticsEntryType_GoodWriteCount

Number of successful writes. Do not use.

-field MsrStatisticsEntryType_FailedWriteCount

Number of failed writes. Do not use.

-field MsrStatisticsEntryType_MissingStartSentinelTrack1Count

Number of missing start sentinel errors on track 1. May indicate an empty track.

-field MsrStatisticsEntryType_ParityLRCErrorTrack1Count

Number of Parity or LRC errors on track 1

-field MsrStatisticsEntryType_MissingStartSentinelTrack2Count

Number of missing start sentinel errors on track 2. May indicate an empty track.

-field MsrStatisticsEntryType_ParityLRCErrorTrack2Count

Number of Parity or LRC errors on track 2

-field MsrStatisticsEntryType_MissingStartSentinelTrack3Count

Number of missing start sentinel errors on track 3. May indicate an empty track.

-field MsrStatisticsEntryType_ParityLRCErrorTrack3Count

Number of Parity or LRC errors on track 3

-field MsrStatisticsEntryType_MissingStartSentinelTrack4Count

Number of missing start sentinel errors on track 4. May indicate an empty track.

-field MsrStatisticsEntryType_ParityLRCErrorTrack4Count

Number of Parity or LRC errors on track 4

-field MsrStatisticsEntryType_GoodCardAuthenticationDataCount

Number of successful card authentication data reads

-field MsrStatisticsEntryType_FailedCardAuthenticationDataCount

Number of failed card authentication data reads

-field MsrStatisticsEntryType_ChallengeRequestCount

Number of successful calls to RetrieveDeviceAuthenticationDataAsync.

-field MsrStatisticsEntryType_GoodDeviceAuthenticationCount

Number of successful card authentication attempts

-field MsrStatisticsEntryType_FailedDeviceAuthenticationCount

Number of failed card authentication attempts

-field MsrStatisticsEntryType_Count

Count of entry types