OnClientConnectedEvent

Description

This function is invoked when a visualization client has connected to the NETx BMS Platform.

Signature

OnClientConnectedEvent (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 connecting client

Return

None.