. |
Controller.IsConnected MPX Software API Reference > Controller Object > Initialization Represents the connection status of the MPX controller software object. IsConnected returns True if the controller object is connected to a physical controller or if the controller object has loaded a memory dump file of a physical controller. IsConnected returns False otherwise. If IsConnected is False, then most controller methods and properties will throw exceptions if accessed. To connect to a controller, call Controller.Connect. Version HistoryIntroduced in MPX 2.0. TypeBoolean (read only) Common Exceptions
Visual BasicSyntax Property IsConnected As Boolean Sample Code
C#Syntax bool IsConnected; Sample Code
See Also
|
| | Copyright © 2001-2021 Motion Engineering |