Variables Available in \RPCManager

The following variables are available within RPCManager for public use, but are strictly read-only.

Note: Modifying any of these variables could lead to unexpected behaviour.

Started

The Started variable is initially set to "0", but gets set to a non-zero value once the RPC Manager has initialized. You should not attempt to register your service until RPC Manager has set this value.

WkStnIP

The WkStnIP variable indicates the IP address of the local workstation. This variable only becomes valid once the Started variable is set non-zero.

WkStnName

The WkStnName variable indicates the name of the local workstation. This variable only becomes valid once the Started variable is set to non-zero.

WkStnVersion

The WkStnVersion variable indicates the version of VTS version running on the local workstation. This variable only becomes valid once the Started variable is set to non-zero.

WkStnIPList

The WkStnIPList variable is an array, each element holding a textual representation of the set of IPs by which this workstation is known.