Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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

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.

  • No labels