MstStatisticsEntryType 枚举 (pointofservicedriverinterface.h)

此枚举定义磁条读取器统计信息的类型。

语法

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
RetrieveDeviceAuthenticationDataAsync 的成功调用数。
MsrStatisticsEntryType_GoodDeviceAuthenticationCount
成功卡身份验证尝试次数
MsrStatisticsEntryType_FailedDeviceAuthenticationCount
身份验证尝试失败卡数
MsrStatisticsEntryType_Count
条目类型计数

要求

要求
Header pointofservicedriverinterface.h (包括 Pointofservicedriverinterface.h)