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에서 누락된 시작 센티넬 오류 수입니다. 빈 트랙을 나타낼 수 있습니다. |
MsrStatisticsEntryType_ParityLRCErrorTrack1Count 트랙 1의 패리티 또는 LRC 오류 수 |
MsrStatisticsEntryType_MissingStartSentinelTrack2Count 트랙 2에서 누락된 시작 센티넬 오류 수입니다. 빈 트랙을 나타낼 수 있습니다. |
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 항목 유형 수 |
요구 사항
요구 사항 | 값 |
---|---|
헤더 | pointofservicedriverinterface.h(Pointofservicedriverinterface.h 포함) |