IsConnected¶
-
bool IController.IsConnected { get; }¶
Gets whether the controller is connected to its communication network.
- Value
bool – True if connected, false otherwise.
- Throws
CommunicationErrorException
– Protocol error (only thrown for sub-controllers).ConnectionLostException
– Connection to parent controller lost (only thrown for sub-controllers).System.ObjectDisposedException
– Object is disposed.