Constructor for a single raw HID device.
Namespace: IO.Objects.SimpleIO.HIDAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public Messenger(
int VID = 5840,
int PID = 2810,
string serial = null,
int timeoutms = 1000
)
Parameters
- VID Int32 (Optional)
- Vendor ID.
- PID Int32 (Optional)
- Product ID.
- serial 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