Click or drag to resize

BeamMode Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationBeamMode

Namespace:  Com.Datalogic.Decode.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class BeamMode : Enum

The BeamMode type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberReleaseScan
The release of scan button turns off the aiming pattern
Public propertyStatic memberTargetTimeout
A timeout turns off the aiming pattern
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
The BeamMode is an enumeration defining the operating beam mode. This enumeration applies both for scanner targeting pattern and laser/long range spot beam. The type is one of:
TARGET_TIMEOUTTurn off targeting pattern after timeout
RELEASE_SCANTurn off targeting pattern after trigger release

[Android Documentation]

See Also