Interface DeviceEvents
Interface describing devie events.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.EventHelper
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public interface DeviceEvents
Methods
DeviceStatusChanged(DeviceStatus)
Occurs when the device status changed.
Declaration
void DeviceStatusChanged(DeviceStatus deviceStatus)
Parameters
Type | Name | Description |
---|---|---|
DeviceStatus | deviceStatus | The device status. |
RuntimeError(String, String)
Occures when a runtime error happened on the device.
Declaration
void RuntimeError(string shortMessage, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | shortMessage | The short message. |
System.String | message | The message. |