Share via


ScannerBase.DecodeScanDataType(Byte[]) Method

Definition

A default implementation that returns a value of BarCodeSymbology.Unknown.

protected virtual Microsoft.PointOfService.BarCodeSymbology DecodeScanDataType (byte[] scanData);
abstract member DecodeScanDataType : byte[] -> Microsoft.PointOfService.BarCodeSymbology
override this.DecodeScanDataType : byte[] -> Microsoft.PointOfService.BarCodeSymbology
Protected Overridable Function DecodeScanDataType (scanData As Byte()) As BarCodeSymbology

Parameters

scanData
Byte[]

The scanData parameter contains the scanned data from which the service object will extract the data type information.

Returns

Applies to