ReportDescriptorParser Methods

HidSharp

ReportDescriptorParser Methods HIDSharp
The ReportDescriptorParser type exposes the following members.
Methods

  NameDescription
Public methodClear
Resets the parser to its initial state.
Public methodGetGlobalItem
Public methodGetGlobalItemValue
Public methodGetReport
Public methodIsGlobalItemSet
Public methodParse( Byte )
Parses a raw HID report descriptor.
Public methodParse(EncodedItem)
Parses a single EncodedItem. Call this repeatedly for every item to completely decode a report descriptor.
Public methodParse(IEnumerable EncodedItem )
Parses all of the EncodedItem elements in a report descriptor.
Public methodParse( Byte , Int32, Int32)
Parses a raw HID report descriptor.
Public methodTryGetReport
Back to Top
See Also