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

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

Return Value

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

Assembly: HIDLib (Module: HIDLib) Version: 0.2.0.1626