C# Класс Mirror.UsbLibrary.Report

Base class for report types. Simply wraps a byte buffer.
Показать файл Открыть проект

Защищенные методы

Метод Описание
Report ( HIDDevice device )

Constructor

SetBuffer ( byte arrBytes ) : void

Sets the raw byte array.

Описание методов

Report() защищенный Метод

Constructor
protected Report ( HIDDevice device )
device HIDDevice Constructing device

SetBuffer() защищенный Метод

Sets the raw byte array.
protected SetBuffer ( byte arrBytes ) : void
arrBytes byte Raw report bytes
Результат void