Enum ReconnectionState
The reconnection state.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Enumerations
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public enum ReconnectionState
Fields
| Name | Description |
|---|---|
| AlreadyAttached = 3 | The measurement is already attached. |
| DeviceIsOffline = 4 | The device is offline. |
| Error = 6 | An error occurred. |
| NoMeasurementRunning = 5 | The no measurement is running. |
| NotSupportedForCurrentTestCell = 7 | Reconnect not supported for current test cell type. |
| Ok = 0 | Reconnection was Ok. |
| Stopped = 1 | Reconnection was stopped. |
| UploadFromDeviceFailed = 2 | Uploading the data from device failed. |