Click or drag to resize

IlluminationTime Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationIlluminationTime

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 IlluminationTime : Enum

The IlluminationTime type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberLongPulse
Long time illumination.
Public propertyStatic memberShortPulse
Short time illumination.
Top
Methods
  NameDescription
Public methodStatic memberFromOrdinal
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
IlluminationTime is an enumeration defining the allowed illumination time can be used for scanning. Only some Scanners provides this feature. The type is one of:
SHORT_PULSEThe short pulse illumination time is selected.
LONG_PULSEThe long pulse illumination time is selected.

[Android Documentation]

See Also