HIDLib: A managed, general-purpose HID USB interface library for .NET.
WriteReport Method (FeatureReport)
NamespacesBlueNinjaSoftware.HIDLibHIDDeviceWriteReport(HIDFeatureReport)
Writes a feature report to the device.
Declaration Syntax
C#Visual BasicVisual C++
public bool WriteReport(
	HIDFeatureReport FeatureReport
)
Public Function WriteReport ( _
	FeatureReport As HIDFeatureReport _
) As Boolean
public:
bool WriteReport(
	HIDFeatureReport^ FeatureReport
)
Parameters
FeatureReport (HIDFeatureReport)
The report to be written.
Return Value
TRUE if the report was written 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