Click or drag to resize

IlluminationType Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationIlluminationType

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

The IlluminationType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAuto
Red or white illumination according to the enabled symbologies.
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberRed
Always red illumination.
Public propertyStatic memberWhite
Always white illumination.
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
IlluminationType is an enumeration defining the allowed illumination type can be used for scanning. Only some Scanners provides this feature. The type is one of:
AUTOThe illumination type is selected according to the enabled symbologies.
REDRed illumination is used for scanning.
WHITEWhite illumination is used for scanning.

[Android Documentation]

See Also