Click or drag to resize

Messenger Constructor

Create a 64-byte messenger object bound to a USB HID device.

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

Parameters

vid  Int32  (Optional)
Vendor ID
pid  Int32  (Optional)
Product ID
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