IsConnected¶
- 
virtual bool IController::IsConnected() = 0¶
- Gets whether the controller is connected to its communication network. - Returns
- bool – True if connected, false otherwise. 
- Throws
- CCommunicationErrorException– Protocol error (only thrown for sub-controllers).
- CConnectionLostException– Connection to parent controller lost (only thrown for sub-controllers).
- CObjectDestroyedException– Object is destroyed.