Variables available in \RPCManager

The following variables are available within RPCManager for public consumption, but are strictly read-only. Modifying any of these variables could lead to unexpected behavior.

Started

Initially zero, this gets set to a non-zero value after the RPC Manager has initialized. You should not attempt to register your service until RPC Manager has set this value.

WkStnIP

The IP address of the local workstation. Only valid after Started is set non-zero.

WkStnName

The name of the local workstation. Only valid after Started is set non-zero.

WkStnVersion

The VTScada version running on the local workstation. Only valid after Started is set non-zero.

WkStnIPList

Maintained for backward compatibility. Contains only IPv4 addresses. Do not use for IPv6 addresses.
An array, each element holding a textual representation of the set of IPs by which this workstation is known.