Class CodeReaderLightSettings
Represents code reader lighting settings read from laser.
public class CodeReaderLightSettings : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseCodeReaderLightSettings
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
InternalLighting1IsActive
Gets a value indicating whether light condition 1 is active.
public bool InternalLighting1IsActive { get; }
Property Value
InternalLighting2IsActive
Gets a value indicating whether light condition 2 is active.
public bool InternalLighting2IsActive { get; }
Property Value
InternalLighting3IsActive
Gets a value indicating whether light condition 3 is active.
public bool InternalLighting3IsActive { get; }
Property Value
InternalLighting4IsActive
Gets a value indicating whether light condition 4 is active.
public bool InternalLighting4IsActive { get; }
Property Value
InternalLighting5IsActive
Gets a value indicating whether light condition 5 is active.
public bool InternalLighting5IsActive { get; }