Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This function is invoked when a client is connected to the NETx BMS Core Server.


Signature

OnClientConnectedEvent (

...

connectionType,

...

deviceName,

...

host,

...

port, user,

...

projectName)

...

Parameters


NameTypeMandatory/OptionalDescription
connectionType
clientType
stringMclient type (WEB
, VNET, or OPC)clientName
_CLIENT or BMS_VISU)
deviceNamestringM
client
device name
source
hoststringM
client source (e.g. Voyager.5.0, OPC Client name or
IP address
of BMS Client)IPAddress
or hostname of client
portstringM
ip address of client
TCP port number
userstringMuser that is currently online
(
projectName
)
stringM
optional name of the visualization project
project that is assigned to the connecting client


Return

None.