C# Class NiceHashMiner.Devices.GroupAlgorithms

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

Public Methods

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

Private Methods

Method Description
CreateDefaultsForGroup ( DeviceGroupType deviceGroupType ) : Algorithm>.Dictionary
GetAlgorithmKeysForGroup ( DeviceGroupType deviceGroupType ) : List
InitAlgosInGroup ( ) : void

Method Details

CreateForDevice() public static method

public static CreateForDevice ( ComputeDevice device ) : Algorithm>.Dictionary
device ComputeDevice
return Algorithm>.Dictionary

IsAlgorithmSupportedForGroup() public static method

public static IsAlgorithmSupportedForGroup ( AlgorithmType algorithmType, DeviceGroupType deviceGroupType ) : bool
algorithmType AlgorithmType
deviceGroupType DeviceGroupType
return bool