Click or drag to resize

libsimpleioUDP4_open Method

Open a UDP socket.

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

Parameters

host  Int32
IPv4 host address.
port  Int32
UDP port number.
fd  Int32
File descriptor.
error  Int32
Error code. Zero upon success or an errno value upon failure.
See Also