Create a 64-byte messenger object bound to a USB HID device.
Namespace: IO.Objects.RemoteIO.HIDAssembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax 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