Represents connection state of Axis object
Namespace: EAL.EnumsAssembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)
Syntax
| C# |
|---|
public enum ConnectionState |
| Visual Basic |
|---|
Public Enumeration ConnectionState |
| Visual C++ |
|---|
public enum class ConnectionState |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Connected | 0 | Axis object is connected to real drive | |
| Disconnected | 1 | Axis object is disconnected to real drive | |
| ErrorState | 2 | Axis object is in Error state |