ReportDescriptorParser Methods | HIDSharp |
The ReportDescriptorParser type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Clear |
Resets the parser to its initial state.
|
![]() | GetGlobalItem | |
![]() | GetGlobalItemValue | |
![]() | GetReport | |
![]() | IsGlobalItemSet | |
![]() | Parse( Byte ) |
Parses a raw HID report descriptor.
|
![]() | Parse(EncodedItem) |
Parses a single EncodedItem.
Call this repeatedly for every item to completely decode a report descriptor.
|
![]() | Parse(IEnumerable EncodedItem ) |
Parses all of the EncodedItem elements in a report descriptor.
|
![]() | Parse( Byte , Int32, Int32) |
Parses a raw HID report descriptor.
|
![]() | TryGetReport |
See Also