C# Class CorsairLinkPlusPlus.Driver.CorsairLink.Node.LinkDeviceModern

Inheritance: BaseLinkDevice
Afficher le fichier Open project: Doridian/CorsairLinkPlusPlus Class Usage Examples

Méthodes publiques

Méthode Description
GetDeviceID ( ) : byte
GetFirmwareVersion ( ) : int
Refresh ( bool volatileOnly ) : void

Méthodes protégées

Méthode Description
GetSubDevicesInternal ( ) : List

Private Methods

Méthode Description
GetCooler ( int id ) : Cooler
GetCoolerCount ( ) : int
GetCoolerRPM ( int id ) : double
GetLEDCount ( ) : int
GetTemperatureCount ( ) : int
GetThermistor ( int idx ) : Thermistor
LinkDeviceModern ( USB usbDevice, byte channel ) : CorsairLinkPlusPlus.Driver.CorsairLink.Controller
RefreshCoreValues ( ) : void
SetCurrentFan ( int id, bool verify = false ) : void
SetCurrentLED ( int id, bool verify = false ) : void
SetCurrentTemp ( int id ) : void

Method Details

GetDeviceID() public méthode

public GetDeviceID ( ) : byte
Résultat byte

GetFirmwareVersion() public méthode

public GetFirmwareVersion ( ) : int
Résultat int

GetSubDevicesInternal() protected méthode

protected GetSubDevicesInternal ( ) : List
Résultat List

Refresh() public méthode

public Refresh ( bool volatileOnly ) : void
volatileOnly bool
Résultat void