Compartilhar via


Enumeração MstStatisticsEntryType (pointofservicedriverinterface.h)

Essa enumeração define os tipos de estatísticas do leitor de listras magnéticas.

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;

Constantes

 
MsrStatisticsEntryType_Invalid
Reservado para uso interno.
MsrStatisticsEntryType_HoursPoweredCount
Número de horas em que o dispositivo foi ativado.
MsrStatisticsEntryType_CommunicationErrorCount
Número de erros de comunicação.
MsrStatisticsEntryType_GoodReadCount
Número de leituras bem-sucedidas
MsrStatisticsEntryType_FailedReadCount
Número de leituras com falha
MsrStatisticsEntryType_UnreadableCardCount
Número de cartões ilegíveis
MsrStatisticsEntryType_GoodWriteCount
Número de gravações bem-sucedidas. Não use.
MsrStatisticsEntryType_FailedWriteCount
Número de gravações com falha. Não use.
MsrStatisticsEntryType_MissingStartSentinelTrack1Count
Número de erros de sentinela inicial ausentes na faixa 1. Pode indicar uma faixa vazia.
MsrStatisticsEntryType_ParityLRCErrorTrack1Count
Número de erros de Paridade ou LRC na faixa 1
MsrStatisticsEntryType_MissingStartSentinelTrack2Count
Número de erros de start sentinel ausentes na faixa 2. Pode indicar uma faixa vazia.
MsrStatisticsEntryType_ParityLRCErrorTrack2Count
Número de erros de Paridade ou LRC na faixa 2
MsrStatisticsEntryType_MissingStartSentinelTrack3Count
Número de erros de start sentinel ausentes na faixa 3. Pode indicar uma faixa vazia.
MsrStatisticsEntryType_ParityLRCErrorTrack3Count
Número de erros de Paridade ou LRC na faixa 3
MsrStatisticsEntryType_MissingStartSentinelTrack4Count
Número de erros de start sentinel ausentes na faixa 4. Pode indicar uma faixa vazia.
MsrStatisticsEntryType_ParityLRCErrorTrack4Count
Número de erros de Paridade ou LRC na faixa 4
MsrStatisticsEntryType_GoodCardAuthenticationDataCount
Número de leituras bem-sucedidas de dados de autenticação de cartão
MsrStatisticsEntryType_FailedCardAuthenticationDataCount
Número de leituras de dados de autenticação cartão com falha
MsrStatisticsEntryType_ChallengeRequestCount
Número de chamadas bem-sucedidas para RetrieveDeviceAuthenticationDataAsync.
MsrStatisticsEntryType_GoodDeviceAuthenticationCount
Número de tentativas de autenticação de cartão bem-sucedidas
MsrStatisticsEntryType_FailedDeviceAuthenticationCount
Número de tentativas de autenticação de cartão com falha
MsrStatisticsEntryType_Count
Contagem de tipos de entrada

Requisitos

Requisito Valor
Cabeçalho pointofservicedriverinterface.h (inclua Pointofservicedriverinterface.h)