C# Class Artemis.DeviceProviders.Logitech.LogitechGeneric

Inheritance: DeviceProvider
Afficher le fichier Open project: SpoinkyNL/Artemis

Méthodes publiques

Méthode Description
Disable ( ) : void
LogitechGeneric ( ILogger logger ) : System

A generic Logitech DeviceProvider. Because the Logitech SDK currently doesn't allow specific device targeting (only very broad per-key-RGB and full RGB etc..)

TryEnable ( ) : bool
UpdateDevice ( Bitmap bitmap ) : void

Method Details

Disable() public méthode

public Disable ( ) : void
Résultat void

LogitechGeneric() public méthode

A generic Logitech DeviceProvider. Because the Logitech SDK currently doesn't allow specific device targeting (only very broad per-key-RGB and full RGB etc..)
public LogitechGeneric ( ILogger logger ) : System
logger ILogger
Résultat System

TryEnable() public méthode

public TryEnable ( ) : bool
Résultat bool

UpdateDevice() public méthode

public UpdateDevice ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
Résultat void