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 で不足している開始センチネル エラーの数。 空のトラックを示す場合があります。 |
MsrStatisticsEntryType_ParityLRCErrorTrack3Count トラック 3 のパリティエラーまたは LRC エラーの数 |
MsrStatisticsEntryType_MissingStartSentinelTrack4Count トラック 4 で不足している開始センチネル エラーの数。 空のトラックを示す場合があります。 |
MsrStatisticsEntryType_ParityLRCErrorTrack4Count トラック 4 のパリティまたは LRC エラーの数 |
MsrStatisticsEntryType_GoodCardAuthenticationDataCount 成功したカード認証データの読み取りの数 |
MsrStatisticsEntryType_FailedCardAuthenticationDataCount 失敗したカード認証データの読み取りの数 |
MsrStatisticsEntryType_ChallengeRequestCount RetrieveDeviceAuthenticationDataAsync への正常な呼び出しの数。 |
MsrStatisticsEntryType_GoodDeviceAuthenticationCount 成功したカード認証試行の数 |
MsrStatisticsEntryType_FailedDeviceAuthenticationCount 失敗したカード認証試行の数 |
MsrStatisticsEntryType_Count エントリの種類の数 |
要件
要件 | 値 |
---|---|
Header | pointofservicedriverinterface.h (Pointofservicedriverinterface.h を含む) |