soAddrToIP (Function) |
Top Previous Next |
Convert a socket address to a 32 bit IP address.
Input: address : STRING The socket address.
Returns: DINT The 32 bit IP address. 0 will be returned if address cannot be resolved.
Declaration: FUNCTION soAddrToIP : DINT;
Example:
INCLUDE rtcu.inc |