Returns the raw report descriptor of the USB device.
Namespace: HidSharpAssembly: HidSharp (in HidSharp.dll) Version: 2.0.0
public virtual byte[] GetRawReportDescriptor()
Public Overridable Function GetRawReportDescriptor As Byte()
public:
virtual array<unsigned char>^ GetRawReportDescriptor()
abstract GetRawReportDescriptor : unit -> byte[]
override GetRawReportDescriptor : unit -> byte[]
Return Value
Type:
ByteThe raw report descriptor.
Reference