RPC HELP GetServerIP

From VistApedia
Revision as of 22:50, 5 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home <h2>GetServerIP Function</h2> Example The '''GetServerIP''' function provides a means for determini...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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;