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

NameTypeMandatory/OptionalDescription
connectionTypestringMclient type (WEB_CLIENT or BMS_VISU)
deviceNamestringMdevice name
hoststringMIP address or hostname of client
portstringMTCP port number
userstringMuser that is currently online
projectNamestringMproject that is assigned to the disconnecting client

Return

None.