RPC HELP GetServerIP

From VistApedia
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;