Package io.webfolder.cdp.type.systeminfo
Class GPUDevice
java.lang.Object
io.webfolder.cdp.type.systeminfo.GPUDevice
Describes a single graphics processor (GPU).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPCI ID of the GPU device, if available; 0 otherwise.String description of the GPU device, if the PCI ID is not available.String description of the GPU driver vendor.String description of the GPU driver version.Revision of the GPU, only available on Windows.Sub sys ID of the GPU, only available on Windows.PCI ID of the GPU vendor, if available; 0 otherwise.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
setRevision
(Double revision) Revision of the GPU, only available on Windows.void
setSubSysId
(Double subSysId) Sub sys ID of the GPU, only available on Windows.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.toString()
-
Constructor Details
-
GPUDevice
public GPUDevice()
-
-
Method Details
-
getVendorId
PCI ID of the GPU vendor, if available; 0 otherwise. -
setVendorId
PCI ID of the GPU vendor, if available; 0 otherwise. -
getDeviceId
PCI ID of the GPU device, if available; 0 otherwise. -
setDeviceId
PCI ID of the GPU device, if available; 0 otherwise. -
getSubSysId
Sub sys ID of the GPU, only available on Windows. -
setSubSysId
Sub sys ID of the GPU, only available on Windows. -
getRevision
Revision of the GPU, only available on Windows. -
setRevision
Revision of the GPU, only available on Windows. -
getVendorString
String description of the GPU vendor, if the PCI ID is not available. -
setVendorString
String description of the GPU vendor, if the PCI ID is not available. -
getDeviceString
String description of the GPU device, if the PCI ID is not available. -
setDeviceString
String description of the GPU device, if the PCI ID is not available. -
getDriverVendor
String description of the GPU driver vendor. -
setDriverVendor
String description of the GPU driver vendor. -
getDriverVersion
String description of the GPU driver version. -
setDriverVersion
String description of the GPU driver version. -
toString
-