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

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

ReportData (array< Byte >[]()[])

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

Return Value

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

Assembly: HIDLib (Module: HIDLib) Version: 0.2.0.1626