Requests a Feature report from the device, specifying the ReportID.
| C# | Visual Basic | Visual C++ |
public HIDFeatureReport ReadFeatureReport( byte ReportID )
Public Function ReadFeatureReport ( _ ReportID As Byte _ ) As HIDFeatureReport
public: HIDFeatureReport^ ReadFeatureReport( unsigned char ReportID )
- ReportID (Byte)
[Missing <param name="ReportID"/> documentation for "M:BlueNinjaSoftware.HIDLib.HIDDevice.ReadFeatureReport(System.Byte)"]
TRUE if the report was read successfully, FALSE if there was an error. You can use GetLastWin32Error to get more detailed error information.