Class DeviceState
Represents the laser device state.
public class DeviceState : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseDeviceState
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
HasError
Gets a value indicating whether laser is in error state.
public bool HasError { get; }
Property Value
IsBusy
Gets a value indicating whether laser is busy.
public bool IsBusy { get; }
Property Value
IsReady
Gets a value indicating whether laser is ready.
public bool IsReady { get; }