Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
29
Net.GetHostByName
Type
Function returning UnsignedLong
Invocation
Net.GetHostByName(hostName)
Parameter
Method
Type
Description
hostName
ByVal
String
The host name to lookup.
Discussion
This function returns the IP address of the named host (if found) or the value zero (i.e. 0.0.0.0) if not
found.
Previous page Top Next page