Description
This function is invoked when a client is connected to the NETx BMS Core Server.
In case of a web client the web server invokes this method.
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.