Go to documentation repository
To establish communication between a functional module and IntellectAxxon PSIM, connect to the system core by using the following function:
...
Parameters of the connection function:
Parameter | Description | Example | ||
LPCTSTR ip | The ID address of the computer that is running the system core |
|
LPCTSTR port | TCP/IP connection port |
LPCTSTR id | A connection ID, for video |
_stdcall *func)(LPCTSTR msg)) | A callback function that accepts messages from |
Axxon PSIM |
The function returns TRUE if the connection is established, or FALSE if not.
...