CSymbologyOptions Constructor

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

Namespace: Honeywell.Mobility.DataCollection

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

Syntax

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

Parameters

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

More Information

CSymbologyOptions Class