CSymbology Constructor

Creates an instance of the CSymbology class. When you create an instance of the BarcodeReader class, you also create an instance of the CSymbology class.

Namespace: Honeywell.Mobility.DataCollection

Assembly: Honeywell.Mobility.DataCollection.FF3.5 (in Honeywell.Mobility.DataCollection.FF3.5.dll)

Syntax

[C#]
public CSymbology(
    int bcHandle
   )
[Visual Basic]
Public Sub New ( _
    bcHandle As Integer _
)

Parameters

bcHandle
Type: System.Int32
A handle passed by the BarcodeReader class.

More Information

CSymbology Class