C# 클래스 NiceHashMiner.Devices.GroupAlgorithms

GroupAlgorithms creates defaults supported algorithms. Currently based in Miner implementation
파일 보기 프로젝트 열기: nicehash/NiceHashMiner 1 사용 예제들

공개 메소드들

메소드 설명
CreateForDevice ( ComputeDevice device ) : Algorithm>.Dictionary
IsAlgorithmSupportedForGroup ( AlgorithmType algorithmType, DeviceGroupType deviceGroupType ) : bool

비공개 메소드들

메소드 설명
CreateDefaultsForGroup ( DeviceGroupType deviceGroupType ) : Algorithm>.Dictionary
GetAlgorithmKeysForGroup ( DeviceGroupType deviceGroupType ) : List
InitAlgosInGroup ( ) : void

메소드 상세

CreateForDevice() 공개 정적인 메소드

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

IsAlgorithmSupportedForGroup() 공개 정적인 메소드

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