MstStatisticsEntryType 列舉 (pointofservicedriverinterface.h)
此列舉會定義磁條讀取器統計數據的類型。
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;
常數
MsrStatisticsEntryType_Invalid 保留供內部使用。 |
MsrStatisticsEntryType_HoursPoweredCount 裝置已開啟的時數。 |
MsrStatisticsEntryType_CommunicationErrorCount 通訊錯誤的數目。 |
MsrStatisticsEntryType_GoodReadCount 成功讀取的數目 |
MsrStatisticsEntryType_FailedReadCount 失敗的讀取次數 |
MsrStatisticsEntryType_UnreadableCardCount 無法讀取的卡片數目 |
MsrStatisticsEntryType_GoodWriteCount 成功寫入的數目。 請勿使用。 |
MsrStatisticsEntryType_FailedWriteCount 失敗的寫入數目。 請勿使用。 |
MsrStatisticsEntryType_MissingStartSentinelTrack1Count 追蹤1上遺漏的開始sentinel錯誤數目。 可能表示空的曲目。 |
MsrStatisticsEntryType_ParityLRCErrorTrack1Count 追蹤 1 上的同位或 LRC 錯誤數目 |
MsrStatisticsEntryType_MissingStartSentinelTrack2Count 追蹤 2 上遺漏的開始 sentinel 錯誤數目。 可能表示空的曲目。 |
MsrStatisticsEntryType_ParityLRCErrorTrack2Count 追蹤 2 上的同位或 LRC 錯誤數目 |
MsrStatisticsEntryType_MissingStartSentinelTrack3Count 追蹤 3 上遺漏的開始 sentinel 錯誤數目。 可能表示空的曲目。 |
MsrStatisticsEntryType_ParityLRCErrorTrack3Count 追蹤 3 上的同位或 LRC 錯誤數目 |
MsrStatisticsEntryType_MissingStartSentinelTrack4Count 追蹤 4 上遺漏的開始 sentinel 錯誤數目。 可能表示空的曲目。 |
MsrStatisticsEntryType_ParityLRCErrorTrack4Count 追蹤 4 上的同位或 LRC 錯誤數目 |
MsrStatisticsEntryType_GoodCardAuthenticationDataCount 讀取成功的卡片驗證數據數目 |
MsrStatisticsEntryType_FailedCardAuthenticationDataCount 讀取失敗的卡片驗證數據數目 |
MsrStatisticsEntryType_ChallengeRequestCount 擷取DeviceAuthenticationDataAsync 成功呼叫的數目。 |
MsrStatisticsEntryType_GoodDeviceAuthenticationCount 成功的卡片驗證嘗試次數 |
MsrStatisticsEntryType_FailedDeviceAuthenticationCount 失敗的卡片驗證嘗試次數 |
MsrStatisticsEntryType_Count 輸入類型的計數 |
規格需求
需求 | 值 |
---|---|
標頭 | pointofservicedriverinterface.h (include Pointofservicedriverinterface.h) |