C# Class NiceHashMiner.Devices.GroupAlgorithms

GroupAlgorithms creates defaults supported algorithms. Currently based in Miner implementation
Afficher le fichier Open project: nicehash/NiceHashMiner Class Usage Examples

Méthodes publiques

Méthode Description
CreateForDevice ( ComputeDevice device ) : Algorithm>.Dictionary
IsAlgorithmSupportedForGroup ( AlgorithmType algorithmType, DeviceGroupType deviceGroupType ) : bool

Private Methods

Méthode Description
CreateDefaultsForGroup ( DeviceGroupType deviceGroupType ) : Algorithm>.Dictionary
GetAlgorithmKeysForGroup ( DeviceGroupType deviceGroupType ) : List
InitAlgosInGroup ( ) : void

Method Details

CreateForDevice() public static méthode

public static CreateForDevice ( ComputeDevice device ) : Algorithm>.Dictionary
device ComputeDevice
Résultat Algorithm>.Dictionary

IsAlgorithmSupportedForGroup() public static méthode

public static IsAlgorithmSupportedForGroup ( AlgorithmType algorithmType, DeviceGroupType deviceGroupType ) : bool
algorithmType AlgorithmType
deviceGroupType DeviceGroupType
Résultat bool