Перечисление 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 Количество отсутствующих ошибок запуска sentinel на треке 1. Может указывать на пустую дорожку. |
MsrStatisticsEntryType_ParityLRCErrorTrack1Count Число ошибок четности или LRC на пути 1 |
MsrStatisticsEntryType_MissingStartSentinelTrack2Count Количество отсутствующих ошибок запуска sentinel на треке 2. Может указывать на пустую дорожку. |
MsrStatisticsEntryType_ParityLRCErrorTrack2Count Число ошибок четности или LRC на пути 2 |
MsrStatisticsEntryType_MissingStartSentinelTrack3Count Количество отсутствующих ошибок запуска sentinel на пути 3. Может указывать на пустую дорожку. |
MsrStatisticsEntryType_ParityLRCErrorTrack3Count Количество ошибок четности или LRC на пути 3 |
MsrStatisticsEntryType_MissingStartSentinelTrack4Count Количество отсутствующих ошибок запуска sentinel на пути 4. Может указывать на пустую дорожку. |
MsrStatisticsEntryType_ParityLRCErrorTrack4Count Число ошибок четности или LRC на пути 4 |
MsrStatisticsEntryType_GoodCardAuthenticationDataCount Число успешных операций чтения данных проверки подлинности карта |
MsrStatisticsEntryType_FailedCardAuthenticationDataCount Число неудачных операций чтения данных проверки подлинности карта |
MsrStatisticsEntryType_ChallengeRequestCount Число успешных вызовов RetrieveDeviceAuthenticationDataAsync. |
MsrStatisticsEntryType_GoodDeviceAuthenticationCount Число успешных попыток проверки подлинности карта |
MsrStatisticsEntryType_FailedDeviceAuthenticationCount Число неудачных попыток проверки подлинности карта |
MsrStatisticsEntryType_Count Количество типов записей |
Требования
Требование | Значение |
---|---|
Заголовок | pointofservicedriverinterface.h (включая Pointofservicedriverinterface.h) |