ScannerBase.DecodeScanDataLabel(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 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[]