C# Class LgBackLight.HidDevice

Inheritance: IDisposable
ファイルを表示 Open project: zzattack/Logitech-LCD Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void