winIDEA
isystem.connect - "Remote Controlling an emulator or debugger"
The isystem.connect port was designed to allow out-of-process communication and control over a running instance of winIDEA with minimal complexity imposed on the client application.
The client application makes use of the isystem.connect port through the iCONNECT.DLL providing the IConnectXX COM interfaces. The DLL marshals the IConnectXX function calls via TCP/IP sockets to the specified winIDEA instance, which after processing them, returns them using the same transport path.
The following steps are required to make use of the isystem.connect interface:
-
Optionally implement the IConnectSink interface through which the server can post notification messages.
-
Include the provided CIConnectClient class in your application.
-
Create an Instance of the CIConnectClient, call -its LinkToiCONNECT member function to link to
iCONNET.DLL, Connect member function to open the connection and Disconnect to close it.
-
Once the connection is established, all functions of IConnectXX interfaces can be used.
Further Links
|
The isystem.connect port was designed to allow out-of-process communication and control over a running instance of winIDEA with minimal complexity imposed on the client application. The client application makes use of the isystem.connect port through the iCONNECT.DLL providing the IConnectXX COM interfaces. The DLL marshals the IConnectXX function calls via TCP/IP sockets to the specified winIDEA instance, which after processing them, returns them using the same transport path. The following steps are required to make use of the isystem.connect interface:
|
|
Info |
Type |
Size |
Description |
|
|
128 KB |
iSYSTEM.Connect Interface Specification |
|
| GDB Server |
HTML |
- |
winIDEA GDB Server Interface |
| LabVIEW |
HTML |
- |
winIDEA LabVIEW Interface |
