MstStatisticsEntryType-Aufzählung (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 Reserviert für die interne Verwendung. |
MsrStatisticsEntryType_HoursPoweredCount Die Anzahl der Stunden, an denen das Gerät eingeschaltet wurde. |
MsrStatisticsEntryType_CommunicationErrorCount Anzahl der Kommunikationsfehler. |
MsrStatisticsEntryType_GoodReadCount Anzahl der erfolgreichen Lesevorgänge |
MsrStatisticsEntryType_FailedReadCount Anzahl der fehlgeschlagenen Lesevorgänge |
MsrStatisticsEntryType_UnreadableCardCount Anzahl nicht lesbarer Karten |
MsrStatisticsEntryType_GoodWriteCount Anzahl der erfolgreichen Schreibvorgänge. Nicht verwenden. |
MsrStatisticsEntryType_FailedWriteCount Anzahl der fehlgeschlagenen Schreibvorgänge. Nicht verwenden. |
MsrStatisticsEntryType_MissingStartSentinelTrack1Count Anzahl fehlender Start-Sentinel-Fehler auf Der Spur 1. Kann auf einen leeren Titel hinweisen. |
MsrStatisticsEntryType_ParityLRCErrorTrack1Count Anzahl der Paritäts- oder LRC-Fehler auf Der Spur 1 |
MsrStatisticsEntryType_MissingStartSentinelTrack2Count Anzahl fehlender Start-Sentinel-Fehler auf Der Spur 2. Kann auf einen leeren Titel hinweisen. |
MsrStatisticsEntryType_ParityLRCErrorTrack2Count Anzahl der Paritäts- oder LRC-Fehler auf Der Spur 2 |
MsrStatisticsEntryType_MissingStartSentinelTrack3Count Anzahl fehlender Start-Sentinel-Fehler auf Der Spur 3. Kann auf einen leeren Titel hinweisen. |
MsrStatisticsEntryType_ParityLRCErrorTrack3Count Anzahl der Paritäts- oder LRC-Fehler auf Der Spur 3 |
MsrStatisticsEntryType_MissingStartSentinelTrack4Count Anzahl fehlender Start-Sentinel-Fehler auf Der Spur 4. Kann auf einen leeren Titel hinweisen. |
MsrStatisticsEntryType_ParityLRCErrorTrack4Count Anzahl der Paritäts- oder LRC-Fehler auf Spur 4 |
MsrStatisticsEntryType_GoodCardAuthenticationDataCount Anzahl der erfolgreichen Kartenauthentifizierungsdaten, die gelesen werden |
MsrStatisticsEntryType_FailedCardAuthenticationDataCount Anzahl fehlgeschlagener Kartenauthentifizierungsdaten |
MsrStatisticsEntryType_ChallengeRequestCount Anzahl der erfolgreichen Aufrufe an RetrieveDeviceAuthenticationDataAsync. |
MsrStatisticsEntryType_GoodDeviceAuthenticationCount Anzahl der erfolgreichen Kartenauthentifizierungsversuche |
MsrStatisticsEntryType_FailedDeviceAuthenticationCount Anzahl der fehlgeschlagenen Kartenauthentifizierungsversuche |
MsrStatisticsEntryType_Count Anzahl der Eintragstypen |
Anforderungen
Anforderung | Wert |
---|---|
Header- | pointofservicedriverinterface.h (include Pointofservicedriverinterface.h) |