Share via


ScannerBase.DecodeScanDataLabel(Byte[]) Method

Definition

A default implementation of DecodeScanDataLabel that returns an empty byte array.

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

Parameters

scanData
Byte[]

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

Returns

Byte[]

Applies to