OnClientDisconnectedEvent
Description
This function is invoked when a visualization client has disconnected from the NETx BMS Platform.
Signature
OnClientDisconnectedEvent (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 disconnecting client |
Return
None.