HIDLib: A managed, general-purpose HID USB interface library for .NET.
CreateFeatureReport Method (ReportID)
NamespacesBlueNinjaSoftware.HIDLibHIDDeviceCreateFeatureReport(Byte)
Returns an empty Feature report for the specified ReportID.
Declaration Syntax
C#Visual BasicVisual C++
public HIDFeatureReport CreateFeatureReport(
	byte ReportID
)
Public Function CreateFeatureReport ( _
	ReportID As Byte _
) As HIDFeatureReport
public:
HIDFeatureReport^ CreateFeatureReport(
	unsigned char ReportID
)
Parameters
ReportID (Byte)

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

Return Value

[Missing <returns> documentation for M:BlueNinjaSoftware.HIDLib.HIDDevice.CreateFeatureReport(System.Byte)]

Assembly: HIDLib (Module: HIDLib) Version: 0.2.0.1626