ReportDescriptorParserParse Method (Byte, Int32, Int32)HIDSharp
Parses a raw HID report descriptor.

Namespace: HidSharp.ReportDescriptors.Parser
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0-alpha
Syntax

public void Parse(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte
The buffer containing the report descriptor.
offset
Type: SystemInt32
The offset into the buffer to begin parsing from.
count
Type: SystemInt32
The number of bytes to parse.
See Also

Reference