Click or drag to resize

libsimpleioHIDRAW_open2 Method

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

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

Parameters

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