Table of Contents

Class DeviceState

Namespace
Loehnert.Lisrt.Laser.Keyence
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents the laser device state.

public class DeviceState : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
DeviceState
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

HasError

Gets a value indicating whether laser is in error state.

public bool HasError { get; }

Property Value

bool

IsBusy

Gets a value indicating whether laser is busy.

public bool IsBusy { get; }

Property Value

bool

IsReady

Gets a value indicating whether laser is ready.

public bool IsReady { get; }

Property Value

bool