MstStatisticsEntryType-Enumeration (pointofservicedriverinterface.h)
Diese Enumeration definiert die Arten von Magnetstreifenleserstatistiken.
Syntax
typedef enum _MsrStatisticsEntryType {
MsrStatisticsEntryType_Invalid,
MsrStatisticsEntryType_HoursPoweredCount,
MsrStatisticsEntryType_CommunicationErrorCount,
MsrStatisticsEntryType_GoodReadCount,
MsrStatisticsEntryType_FailedReadCount,
MsrStatisticsEntryType_UnreadableCardCount,
MsrStatisticsEntryType_GoodWriteCount,
MsrStatisticsEntryType_FailedWriteCount,
MsrStatisticsEntryType_MissingStartSentinelTrack1Count,
MsrStatisticsEntryType_ParityLRCErrorTrack1Count,
MsrStatisticsEntryType_MissingStartSentinelTrack2Count,
MsrStatisticsEntryType_ParityLRCErrorTrack2Count,
MsrStatisticsEntryType_MissingStartSentinelTrack3Count,
MsrStatisticsEntryType_ParityLRCErrorTrack3Count,
MsrStatisticsEntryType_MissingStartSentinelTrack4Count,
MsrStatisticsEntryType_ParityLRCErrorTrack4Count,
MsrStatisticsEntryType_GoodCardAuthenticationDataCount,
MsrStatisticsEntryType_FailedCardAuthenticationDataCount,
MsrStatisticsEntryType_ChallengeRequestCount,
MsrStatisticsEntryType_GoodDeviceAuthenticationCount,
MsrStatisticsEntryType_FailedDeviceAuthenticationCount,
MsrStatisticsEntryType_Count
} MstStatisticsEntryType;
Konstanten
MsrStatisticsEntryType_Invalid Für die interne Verwendung reserviert. |
MsrStatisticsEntryType_HoursPoweredCount Anzahl der Stunden, in denen das Gerät eingeschaltet wurde. |
MsrStatisticsEntryType_CommunicationErrorCount Anzahl von Kommunikationsfehlern. |
MsrStatisticsEntryType_GoodReadCount Anzahl der erfolgreichen Lesevorgänge |
MsrStatisticsEntryType_FailedReadCount Anzahl fehlgeschlagener Lesevorgänge |
MsrStatisticsEntryType_UnreadableCardCount Anzahl der nicht lesbaren Karten |
MsrStatisticsEntryType_GoodWriteCount Anzahl der erfolgreichen Schreibvorgänge. Nicht verwenden. |
MsrStatisticsEntryType_FailedWriteCount Anzahl fehlerhafter Schreibvorgänge. Nicht verwenden. |
MsrStatisticsEntryType_MissingStartSentinelTrack1Count Anzahl der fehlenden Start sentinel-Fehler auf Spur 1. Kann auf eine leere Spur hinweisen. |
MsrStatisticsEntryType_ParityLRCErrorTrack1Count Anzahl von Paritäts- oder LRC-Fehlern auf Spur 1 |
MsrStatisticsEntryType_MissingStartSentinelTrack2Count Anzahl fehlender Start sentinel-Fehler auf Spur 2. Kann auf eine leere Spur hinweisen. |
MsrStatisticsEntryType_ParityLRCErrorTrack2Count Anzahl von Paritäts- oder LRC-Fehlern auf Spur 2 |
MsrStatisticsEntryType_MissingStartSentinelTrack3Count Anzahl der fehlenden Start sentinel-Fehler auf Spur 3. Kann auf eine leere Spur hinweisen. |
MsrStatisticsEntryType_ParityLRCErrorTrack3Count Anzahl von Paritäts- oder LRC-Fehlern auf Spur 3 |
MsrStatisticsEntryType_MissingStartSentinelTrack4Count Anzahl fehlender Start sentinel-Fehler auf Spur 4. Kann auf eine leere Spur hinweisen. |
MsrStatisticsEntryType_ParityLRCErrorTrack4Count Anzahl von Paritäts- oder LRC-Fehlern auf Spur 4 |
MsrStatisticsEntryType_GoodCardAuthenticationDataCount Anzahl der erfolgreichen Lesevorgänge von Authentifizierungsdaten Karte |
MsrStatisticsEntryType_FailedCardAuthenticationDataCount Anzahl fehlgeschlagener Karte Lesevorgängen von Authentifizierungsdaten |
MsrStatisticsEntryType_ChallengeRequestCount Anzahl der erfolgreichen Aufrufe von RetrieveDeviceAuthenticationDataAsync. |
MsrStatisticsEntryType_GoodDeviceAuthenticationCount Anzahl der erfolgreichen Karte Authentifizierungsversuche |
MsrStatisticsEntryType_FailedDeviceAuthenticationCount Anzahl fehlgeschlagener Karte Authentifizierungsversuche |
MsrStatisticsEntryType_Count Anzahl der Eintragstypen |
Anforderungen
Anforderung | Wert |
---|---|
Header | pointofservicedriverinterface.h (include Pointofservicedriverinterface.h) |