Returns an Output report for the specified ReportID with the specified ReportData.
| C# | Visual Basic | Visual 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 )
- 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[])"]
[Missing <returns> documentation for M:BlueNinjaSoftware.HIDLib.HIDDevice.CreateOutputReport(System.Byte,System.Byte[])]