URL2IP
Aus MCS Wiki AVR
Version vom 17. Januar 2017, 19:36 Uhr von Admin (Diskussion | Beiträge)
Inhaltsverzeichnis |
Action
This function returns the IP address of an URL.
Syntax
ip=URL2IP(URL)
Remarks
This function performs a DNS query to the google DNS server with address 8.8.8.8.
It returns either a 0 IP address or the IP address of the URL.
The URL must be a string or string constant.
At the moment, this function is only supported by the W5100 and W5200.
See also
CONFIG TCPIP, GETSOCKET , SOCKETCONNECT, SOCKETSTAT , TCPWRITE, TCPWRITESTR, CLOSESOCKET , SOCKETLISTEN , BASE64ENC