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 delle statistiche e l'anteprima delle immagini.

Sintassi

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

Members

PowerReportingType

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

IsStatisticsReportingSupported

Indica se IOCTL_POINT_OF_SERVICE_RETRIEVE_STATISTICS è supportato.

IsStatisticsUpdatingSupported

Indica se è supportato IOCTL_POINT_OF_SERVICE_UPDATE_STATISTICS.

IsImagePreviewSupported

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

Requisiti

Requisito Valore
Intestazione pointofservicedriverinterface.h (includere PointOfServiceDriverInterface.h)