ScannerConfig.BeamWidth

EMDK For Xamarin 2.2

Controls the beam width of a laser scanner.

Type - Java.Lang.Enum

Methods

ValueOf

public static Symbol.XamarinEMDK.Barcode.ScannerConfig.BeamWidth ValueOf (string p0);

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:

  • System.String p0 - the name of the enum constant to be returned.

Returns - Symbol.XamarinEMDK.Barcode.ScannerConfig+BeamWidth

Values

public static Symbol.XamarinEMDK.Barcode.ScannerConfig.BeamWidth[] Values ();

Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants.

Returns - Symbol.XamarinEMDK.Barcode.ScannerConfig+BeamWidth[]

Properties

Narrow

Narrow Beam Width.

Type - Symbol.XamarinEMDK.Barcode.ScannerConfig.BeamWidth

Normal

Normal Beam Width.

Type - Symbol.XamarinEMDK.Barcode.ScannerConfig.BeamWidth

Wide

Wide Beam Width.

Type - Symbol.XamarinEMDK.Barcode.ScannerConfig.BeamWidth