Click or drag to resize

libsimpleioHIDRAW_receive Method

Get a 64-byte report from a Linux HID.

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public static void HIDRAW_receive(
	int fd,
	byte[] buf,
	int bufsize,
	out int count,
	out int error
)

Parameters

fd  Int32
File descriptor.
buf  Byte
Destination buffer.
bufsize  Int32
Destination buffer size.
count  Int32
Number of bytes actually received.
error  Int32
Error code. Zero upon success or an errno value upon failure.
See Also