libsimpleioHIDRAW_get_info Method |
Get Linux raw HID bus type, vendor ID, and product ID.
Namespace: IO.BindingsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public static void HIDRAW_get_info(
int fd,
out int bustype,
out int vendor,
out int product,
out int error
)
Parameters
- fd Int32
- File descriptor.
- bustype Int32
- Bus type.
- vendor Int32
- Vendor ID.
- product Int32
- Product ID.
- error Int32
- Error code. Zero upon success or an errno
value upon failure.
See Also