...
This function is invoked when a client is connected to the NETx BMS Core Server.
Signature
OnClientConnectedEvent (
...
connectionType,
...
deviceName,
...
host,
...
port, user,
...
projectName)
...
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
connectionType |
string | M | client type (WEB |
_CLIENT or BMS_VISU) | ||
deviceName | string | M |
device name |
host | string | M |
IP address |
or hostname of client | ||
port | string | M |
TCP port number | |||
user | string | M | user that is currently online |
projectName |
string | M |
project that is assigned to the connecting client |
Return
None.