soAddrFromInterface (Function) |
Top Previous Next |
Get the socket address from a network interface.
Input: iface : SINT The network interface. 1 = Mobile network, 2 = LAN network, etc. (See Network).
Returns: STRING The socket address.
Declaration: FUNCTION soAddrFromInterface : STRING;
Example:
|