...
This function is invoked when a client is disconnected from the NETx BMS Core Server.
Signature
OnClientDisconnectedEvent (
...
connectionType,
...
deviceName,
...
host,
...
port, user, projectName)
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
connectionTypeclientType | string | M | client type (WEB, VNET, or OPC)clientName_CLIENT or BMS_VISU) |
deviceName | string | M | client device name |
sourcehost | string | M | client source (e.g. Voyager.5.0, OPC Client name or IP address of BMS Client)IPAddressor hostname of client |
port | string | Mip address of client | TCP port number |
user | string | M | user that is currently online |
projectName | string | M | project that is assigned to the disconnecting client |
Return
None.