C# 클래스 LitDev.Engines.Report

파일 보기 프로젝트 열기: litdev1/LitDev

공개 메소드들

메소드 설명
Report ( HIDDevice oDev ) : System

Constructor

보호된 메소드들

메소드 설명
SetBuffer ( byte arrBytes ) : void

Sets the raw byte array.

메소드 상세

Report() 공개 메소드

Constructor
public Report ( HIDDevice oDev ) : System
oDev HIDDevice Constructing device
리턴 System

SetBuffer() 보호된 메소드

Sets the raw byte array.
protected SetBuffer ( byte arrBytes ) : void
arrBytes byte Raw report bytes
리턴 void