Difference between revisions of "RPC HELP GetServerIP"
From VistApedia
(Created page with " RPC Broker Help Home <h2>GetServerIP Function</h2> Example The '''GetServerIP''' function provides a means for determini...") |
(No difference)
|
Latest revision as of 22:50, 5 July 2015
GetServerIP Function
The GetServerIP function provides a means for determining the Internet Protocol (IP) address for a specified VistA M Server address. The value returned is a string containing the IP address, or if it could not be resolved, the string "Unknown!"
function GetServerIP(ServerName: string): string;