Click or drag to resize

Device(Int32, Int32, String, Int32) Constructor

Create a Remote I/O server device object using USB Raw HID transport.

Namespace: IO.Objects.RemoteIO
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public Device(
	int VID = 5840,
	int PID = 2810,
	string serialnumber = null,
	int timeoutms = 1000
)

Parameters

VID  Int32  (Optional)
Vendor ID
PID  Int32  (Optional)
Product
serialnumber  String  (Optional)
Serial number
timeoutms  Int32  (Optional)
Time in milliseconds to wait for read and write operations to complete. Zero means wait forever.
See Also