C# 클래스 NewTOAPIA.Report

Base class for report types. Simply wraps a byte buffer.
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
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