C# 클래스 NewTOAPIA.OutputReport

Defines a base class for output reports. To use output reports, just put the bytes into the raw buffer.
상속: Report
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
OutputReport ( HidDevice oDev ) : System

Construction. Setup the buffer with the correct output report length dictated by the device

메소드 상세

OutputReport() 공개 메소드

Construction. Setup the buffer with the correct output report length dictated by the device
public OutputReport ( HidDevice oDev ) : System
oDev HidDevice Creating device
리턴 System