Condividi tramite


Struttura PosBarcodeScannerCapabilitiesType (pointofservicedriverinterface.h)

Questa struttura definisce il tipo di funzionalità dello scanner supportate da un dispositivo, ad esempio se il dispositivo supporta la creazione di report statistiche e l'anteprima delle immagini.

Sintassi

typedef struct _PosBarcodeScannerCapabilitiesType {
  DriverUnifiedPosPowerReportingType PowerReportingType;
  LONG                               IsStatisticsReportingSupported;
  LONG                               IsStatisticsUpdatingSupported;
  LONG                               IsImagePreviewSupported;
} PosBarcodeScannerCapabilitiesType;

Membri

PowerReportingType

Un UnifiedPosPowerReportingType che indica se il dispositivo supporta la creazione di report di alimentazione standard o avanzati.

IsStatisticsReportingSupported

Indica se IOCTL_POINT_OF_SERVICE_RETRIEVE_STATISTICS è supportato.

IsStatisticsUpdatingSupported

Indica se IOCTL_POINT_OF_SERVICE_UPDATE_STATISTICS è supportato.

IsImagePreviewSupported

Indica se i dati dell'immagine possono essere ottenuti dal dispositivo scanner di codice a barre (in altre parole, se BarcodeScannerImagePreviewReceived eventi verranno inviati dal driver).

Fabbisogno

Requisito Valore
intestazione pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h)