Enumerazione MstStatisticsEntryType (pointofservicedriverinterface.h)
Questa enumerazione definisce i tipi di statistiche del lettore di strisce magnetiche.
Sintassi
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;
Costanti
MsrStatisticsEntryType_Invalid Riservato per utilizzo interno. |
MsrStatisticsEntryType_HoursPoweredCount Numero di ore in cui il dispositivo è stato acceso. |
MsrStatisticsEntryType_CommunicationErrorCount Numero di errori di comunicazione. |
MsrStatisticsEntryType_GoodReadCount Numero di letture riuscite |
MsrStatisticsEntryType_FailedReadCount Numero di letture non riuscite |
MsrStatisticsEntryType_UnreadableCardCount Numero di schede illeggibili |
MsrStatisticsEntryType_GoodWriteCount Numero di scritture riuscite. Non usare. |
MsrStatisticsEntryType_FailedWriteCount Numero di scritture non riuscite. Non usare. |
MsrStatisticsEntryType_MissingStartSentinelTrack1Count Numero di errori di sentinel di avvio mancanti nella traccia 1. Può indicare una traccia vuota. |
MsrStatisticsEntryType_ParityLRCErrorTrack1Count Numero di errori di parità o LRC sulla traccia 1 |
MsrStatisticsEntryType_MissingStartSentinelTrack2Count Numero di errori di sentinel di avvio mancanti nella traccia 2. Può indicare una traccia vuota. |
MsrStatisticsEntryType_ParityLRCErrorTrack2Count Numero di errori di parità o LRC sulla traccia 2 |
MsrStatisticsEntryType_MissingStartSentinelTrack3Count Numero di errori di sentinel di avvio mancanti sulla traccia 3. Può indicare una traccia vuota. |
MsrStatisticsEntryType_ParityLRCErrorTrack3Count Numero di errori di parità o LRC sulla traccia 3 |
MsrStatisticsEntryType_MissingStartSentinelTrack4Count Numero di errori di sentinel di avvio mancanti nella traccia 4. Può indicare una traccia vuota. |
MsrStatisticsEntryType_ParityLRCErrorTrack4Count Numero di errori di parità o LRC sulla traccia 4 |
MsrStatisticsEntryType_GoodCardAuthenticationDataCount Numero di letture dei dati di autenticazione delle schede riuscite |
MsrStatisticsEntryType_FailedCardAuthenticationDataCount Numero di letture dei dati di autenticazione delle schede non riuscite |
MsrStatisticsEntryType_ChallengeRequestCount Numero di chiamate riuscite a RetrieveDeviceAuthenticationDataAsync. |
MsrStatisticsEntryType_GoodDeviceAuthenticationCount Numero di tentativi di autenticazione della scheda riusciti |
MsrStatisticsEntryType_FailedDeviceAuthenticationCount Numero di tentativi di autenticazione della scheda non riusciti |
MsrStatisticsEntryType_Count Numero di tipi di voce |
Requisiti
Requisito | Valore |
---|---|
Intestazione | pointofservicedriverinterface.h (include Pointofservicedriverinterface.h) |