Go to documentation repository
...
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.
...