C# Class NiceHashMiner.Devices.AmdGpuDevice

Show file Open project: nicehash/NiceHashMiner Class Usage Examples

Public Properties

Property Type Description
DefaultParam string
DeviceName string
InfSection string
TemperatureParam string
UUID string

Public Methods

Method Description
AmdGpuDevice ( OpenCLDevice openClSubset, bool isOldDriver, string infSection ) : System
IsEtherumCapable ( ) : bool

Method Details

AmdGpuDevice() public method

public AmdGpuDevice ( OpenCLDevice openClSubset, bool isOldDriver, string infSection ) : System
openClSubset OpenCLDevice
isOldDriver bool
infSection string
return System

IsEtherumCapable() public method

public IsEtherumCapable ( ) : bool
return bool

Property Details

DefaultParam public static property

public static string DefaultParam
return string

DeviceName public property

public string DeviceName
return string

InfSection public property

public string InfSection
return string

TemperatureParam public static property

public static string TemperatureParam
return string

UUID public property

public string UUID
return string