HIDLib: A managed, general-purpose HID USB interface library for .NET.
CreateFeatureReport Method (ReportBuffer)
NamespacesBlueNinjaSoftware.HIDLibHIDDeviceCreateFeatureReport(array<Byte>[]()[])
Creates a Feature report from the specified raw report buffer.
Declaration Syntax
C#Visual BasicVisual C++
public HIDFeatureReport CreateFeatureReport(
	byte[] ReportBuffer
)
Public Function CreateFeatureReport ( _
	ReportBuffer As Byte() _
) As HIDFeatureReport
public:
HIDFeatureReport^ CreateFeatureReport(
	array<unsigned char>^ ReportBuffer
)
Parameters
ReportBuffer (array< Byte >[]()[])

[Missing <param name="ReportBuffer"/> 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