HidStreamRead Method (Byte)

HIDSharp
Reads HID Input Reports.

Namespace:  HidSharp
Assembly:  HidSharp (in HidSharp.dll) Version: 2.6.3
Syntax

public int Read(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
The buffer to place the reports into.

Return Value

Type: Int32
The number of bytes read.
See Also

Reference