Click or drag to resize

libsimpleioIPV4_ntoa Method

Convert an IPv4 address to a dotted notation string (e.g. 1.2.3.4).

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public static void IPV4_ntoa(
	int host,
	StringBuilder buf,
	int bufsize,
	out int error
)

Parameters

host  Int32
IPv4 host address
buf  StringBuilder
Destination buffer.
bufsize  Int32
Destination buffer size.
error  Int32
Error code. Zero upon success or an errno value upon failure.
See Also