GetLocalIP

(RPC Manager Library)

Description: Returns an IP address for the local workstation that is known to the specified remote workstation.
Returns: Text
Usage: Steady State only.
Function Groups: Network
Related to:  
Format: \RPCManager.GetLocalIP(Name);
Parameters:  
Name
Required. Any of the names by which the remote workstation is known to the RPC Manager.
Comments:

This module is a member of the RPC Manager's Library, and must therefore be prefaced by \RPCManager, as shown in the "Format" section.

If the application you are developing is a script application, the module call must be prefaced by System\RPCManager, and the System variable must be declared in AppRoot.src.

...
    \RPCManager.GetLocalIP(RemoteWorkstationName);
...

RPC Manager Service