C# 클래스 LgBackLight.HidDevice

상속: IDisposable
파일 보기 프로젝트 열기: zzattack/Logitech-LCD 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
GetCaps ( ) : Hid.Caps
GetFeature ( byte reportBuffer ) : bool
GetInputReport ( byte reportBuffer ) : bool
HidDevice ( IntPtr handle, string devicePath, int vendorId, int productId, int versionNumber ) : System
Open ( string devicePath ) : HidDevice
Open ( int vendorId, IEnumerable productIds ) : List
Open ( int vendorId, int productId ) : List
SetFeature ( byte reportBuffer ) : bool
SetOutputReport ( byte reportBuffer ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void