ScannerBase.GoodScan 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.
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.