libsimpleioUDP4_open Method |
Open a UDP socket.
Namespace: IO.BindingsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax 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