BinIP2Text

Deprecated. Maintained for backward compatibility. Do not use in new code.

(RPC Manager Library)

Description: Returns a text representation of a specified binary IP in a printable format.
Returns: Text
Usage: Script Only.
Function Groups: Network,  String and Buffer
Related to: TextIP2Bin
Format: \RPCManager\BinIP2Text(BinIP)
Parameters:  
BinIP
Required. The Binary representation of the IP to be converted to a printable format.

Comments:

This subroutine 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 subroutine call must be prefaced by System\RPCManager\, and the System variable must be declared in AppRoot.src.

Subroutine call.