C# Class NiceHashMiner.Devices.AmdGpuDevice

Mostrar archivo 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_oe static_oe property

public static string DefaultParam
return string

DeviceName public_oe property

public string DeviceName
return string

InfSection public_oe property

public string InfSection
return string

TemperatureParam public_oe static_oe property

public static string TemperatureParam
return string

UUID public_oe property

public string UUID
return string