Click or drag to resize

libsimpleioHIDRAW_open3 Method

Open a Linux raw HID device by vendor ID and product ID and serial number.

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public static void HIDRAW_open3(
	int VID,
	int PID,
	string serial,
	out int fd,
	out int error
)

Parameters

VID  Int32
Vendor ID.
PID  Int32
Product ID.
serial  String
Serial number.
fd  Int32
File descriptor.
error  Int32
Error code. Zero upon success or an errno value upon failure.
See Also