Difference between revisions of "RPC HELP GetServerIP"

From VistApedia
Jump to: navigation, search
(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

RPC Broker Help Home

GetServerIP Function

Example

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;