Delegate DeviceEventDelegates.DeviceStatusChangedDelegate
Delegate tracking the device status changes.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public delegate void DeviceStatusChangedDelegate(DeviceStatus deviceStatus);
Parameters
Type | Name | Description |
---|---|---|
DeviceStatus | deviceStatus | The device status. |