C# 클래스 Artemis.DeviceProviders.DeviceProvider

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

공개 메소드들

메소드 설명
Disable ( ) : void

Disables the device

TryEnable ( ) : bool

Tries to enable the device and updates CanUse accordingly

TryEnableAsync ( ) : Task

Tries to enable the device and updates CanUse accordingly asynchronously

UpdateDevice ( Bitmap bitmap ) : void

Updates a non-keyboard to take the colours found in the provided bitmap

메소드 상세

Disable() 공개 추상적인 메소드

Disables the device
public abstract Disable ( ) : void
리턴 void

TryEnable() 공개 추상적인 메소드

Tries to enable the device and updates CanUse accordingly
public abstract TryEnable ( ) : bool
리턴 bool

TryEnableAsync() 공개 메소드

Tries to enable the device and updates CanUse accordingly asynchronously
public TryEnableAsync ( ) : Task
리턴 Task

UpdateDevice() 공개 추상적인 메소드

Updates a non-keyboard to take the colours found in the provided bitmap
public abstract UpdateDevice ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
리턴 void