Click or drag to resize

libsimpleioIPV4_resolve Method

Resolve a domain name to an IPv4 host address.

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public static void IPV4_resolve(
	string hostname,
	out int host,
	out int error
)

Parameters

hostname  String
Host name to resolve.
host  Int32
IPv4 host address.
error  Int32
Error code. Zero upon success or an errno value upon failure.
See Also