C# 클래스 Artemis.DeviceProviders.Logitech.LogitechGeneric

상속: DeviceProvider
파일 보기 프로젝트 열기: SpoinkyNL/Artemis

공개 메소드들

메소드 설명
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

메소드 상세

Disable() 공개 메소드

public Disable ( ) : void
리턴 void

LogitechGeneric() 공개 메소드

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
리턴 System

TryEnable() 공개 메소드

public TryEnable ( ) : bool
리턴 bool

UpdateDevice() 공개 메소드

public UpdateDevice ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
리턴 void