Share via


ScannerBase.GoodScan Method

Definition

Overloads

GoodScan(Byte[])

Called by the service object to request that ScannerBase class queue a data event containing the scanned data to the application.

GoodScan(Byte[], BarCodeSymbology, Byte[])

Called by the service object to request that ScannerBase class queue a data event containing the scanned data to the application.

GoodScan(Byte[])

Called by the service object to request that ScannerBase class queue a data event containing the scanned data to the application.

protected void GoodScan (byte[] scanData);
member this.GoodScan : byte[] -> unit
Protected Sub GoodScan (scanData As Byte())

Parameters

scanData
Byte[]

Contains the scanned data.

Applies to

GoodScan(Byte[], BarCodeSymbology, Byte[])

Called by the service object to request that ScannerBase class queue a data event containing the scanned data to the application.

protected void GoodScan (byte[] scanData, Microsoft.PointOfService.BarCodeSymbology scanDataType, byte[] scanDataLabel);
member this.GoodScan : byte[] * Microsoft.PointOfService.BarCodeSymbology * byte[] -> unit
Protected Sub GoodScan (scanData As Byte(), scanDataType As BarCodeSymbology, scanDataLabel As Byte())

Parameters

scanData
Byte[]

Contains the scanned data.

scanDataType
BarCodeSymbology

Contains the decoded bar code label type.

scanDataLabel
Byte[]

Contains the decoded bar code data.

Applies to