Click or drag to resize

Device(String, Int32, Int32) Constructor

Create a Remote I/O server device object using UDP transport.

Namespace: IO.Objects.RemoteIO
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public Device(
	string host,
	int port = 8087,
	int timeoutms = 1000
)

Parameters

host  String
UDP server domain name or IP address.
port  Int32  (Optional)
UDP server port number.
timeoutms  Int32  (Optional)
Receive timeout in milliseconds. Zero indicates wait forever.
See Also