ReportDescriptor Constructor HIDSharp
Initializes a new instance of the ReportDescriptor class, and parses a raw HID report descriptor.

Namespace: HidSharp.Reports
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
Syntax

public ReportDescriptor(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
The buffer containing the report descriptor.
See Also

Reference