Device(Int32, Int32, String, Int32) Constructor |
Create a Remote I/O server device object using USB Raw HID transport.
Namespace: IO.Objects.RemoteIOAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax 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