ScannerBase.DecodeScanDataType(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.