public class GPUDevice extends Object
| Constructor and Description |
|---|
GPUDevice() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDeviceId()
PCI ID of the GPU device, if available; 0 otherwise.
|
String |
getDeviceString()
String description of the GPU device, if the PCI ID is not available.
|
String |
getDriverVendor()
String description of the GPU driver vendor.
|
String |
getDriverVersion()
String description of the GPU driver version.
|
Double |
getVendorId()
PCI ID of the GPU vendor, if available; 0 otherwise.
|
String |
getVendorString()
String description of the GPU vendor, if the PCI ID is not available.
|
void |
setDeviceId(Double deviceId)
PCI ID of the GPU device, if available; 0 otherwise.
|
void |
setDeviceString(String deviceString)
String description of the GPU device, if the PCI ID is not available.
|
void |
setDriverVendor(String driverVendor)
String description of the GPU driver vendor.
|
void |
setDriverVersion(String driverVersion)
String description of the GPU driver version.
|
void |
setVendorId(Double vendorId)
PCI ID of the GPU vendor, if available; 0 otherwise.
|
void |
setVendorString(String vendorString)
String description of the GPU vendor, if the PCI ID is not available.
|
public Double getVendorId()
public void setVendorId(Double vendorId)
public Double getDeviceId()
public void setDeviceId(Double deviceId)
public String getVendorString()
public void setVendorString(String vendorString)
public String getDeviceString()
public void setDeviceString(String deviceString)
public String getDriverVendor()
public void setDriverVendor(String driverVendor)
public String getDriverVersion()
public void setDriverVersion(String driverVersion)
Copyright © 2020. All rights reserved.