Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Mirror
UsbLibrary
Report
C# 클래스 Mirror.UsbLibrary.Report
Base class for report types. Simply wraps a byte buffer.
파일 보기
프로젝트 열기: suan/mirlite
보호된 메소드들
메소드
설명
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