kopia lustrzana https://github.com/open-ham/OpenGD77
13 wiersze
203 B
C#
13 wiersze
203 B
C#
![]() |
namespace UsbLibrary
|
||
|
{
|
||
|
public abstract class OutputReport : Report
|
||
|
{
|
||
|
|
||
|
public OutputReport(HIDDevice oDev)
|
||
|
: base(oDev)
|
||
|
{
|
||
|
base.SetBuffer(new byte[oDev.OutputReportLength]);
|
||
|
}
|
||
|
}
|
||
|
}
|