C# Class LgBackLight.HidDevice

Inheritance: IDisposable
Afficher le fichier Open project: zzattack/Logitech-LCD Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void