HIDLib: A managed, general-purpose HID USB interface library for .NET.
ReadFeatureReport Method (ReportID)
NamespacesBlueNinjaSoftware.HIDLibHIDDeviceReadFeatureReport(Byte)
Requests a Feature report from the device, specifying the ReportID.
Declaration Syntax
C#Visual BasicVisual C++
public HIDFeatureReport ReadFeatureReport(
	byte ReportID
)
Public Function ReadFeatureReport ( _
	ReportID As Byte _
) As HIDFeatureReport
public:
HIDFeatureReport^ ReadFeatureReport(
	unsigned char ReportID
)
Parameters
ReportID (Byte)

[Missing <param name="ReportID"/> documentation for "M:BlueNinjaSoftware.HIDLib.HIDDevice.ReadFeatureReport(System.Byte)"]

Return Value
TRUE if the report was read successfully, FALSE if there was an error. You can use GetLastWin32Error to get more detailed error information.

Assembly: HIDLib (Module: HIDLib) Version: 0.2.0.1626