C# Class Artemis.DeviceProviders.Corsair.CorsairHeadsets

Inheritance: DeviceProvider
显示文件 Open project: SpoinkyNL/Artemis

Public Methods

Method Description
CorsairHeadsets ( ILogger logger ) : System
Disable ( ) : void
TryEnable ( ) : bool
UpdateDevice ( Bitmap bitmap ) : void

Private Methods

Method Description
CanInitializeSdk ( ) : bool

Method Details

CorsairHeadsets() public method

public CorsairHeadsets ( ILogger logger ) : System
logger ILogger
return System

Disable() public method

public Disable ( ) : void
return void

TryEnable() public method

public TryEnable ( ) : bool
return bool

UpdateDevice() public method

public UpdateDevice ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
return void