UDPHostByAlias()

Syntax

UDPHostByAlias(IPAlias.s)

Beschreibung

Ermittelt die IP-Addresse als LONG-Ganzzahl für die angegebene IP als String oder Alias.
Um sie als Format x.x.x.x zu formatieren, können sie IPString() verwenden.

UDPInitNetwork() 
Debug IPString(UDPHostByAlias( "192.168.0.4" )) 
Debug IPString(UDPHostByAlias( "www.microsoft.de" )) 

Unterstützte OS

Windows

UDP - Netzwerk - Inhaltsverzeichnis