public class HostPciDevice extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
byte |
bus |
short |
classId |
short |
deviceId |
String |
deviceName |
byte |
function |
String |
id |
String |
parentBridge |
byte |
slot |
short |
subDeviceId |
short |
subVendorId |
short |
vendorId |
String |
vendorName |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostPciDevice() |
| Modifier and Type | Method and Description |
|---|---|
byte |
getBus() |
short |
getClassId() |
short |
getDeviceId() |
String |
getDeviceName() |
byte |
getFunction() |
String |
getId() |
String |
getParentBridge() |
byte |
getSlot() |
short |
getSubDeviceId() |
short |
getSubVendorId() |
short |
getVendorId() |
String |
getVendorName() |
void |
setBus(byte bus) |
void |
setClassId(short classId) |
void |
setDeviceId(short deviceId) |
void |
setDeviceName(String deviceName) |
void |
setFunction(byte function) |
void |
setId(String id) |
void |
setParentBridge(String parentBridge) |
void |
setSlot(byte slot) |
void |
setSubDeviceId(short subDeviceId) |
void |
setSubVendorId(short subVendorId) |
void |
setVendorId(short vendorId) |
void |
setVendorName(String vendorName) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String id
public short classId
public byte bus
public byte slot
public byte function
public short vendorId
public short subVendorId
public String vendorName
public short deviceId
public short subDeviceId
public String parentBridge
public String deviceName
public String getId()
public short getClassId()
public byte getBus()
public byte getSlot()
public byte getFunction()
public short getVendorId()
public short getSubVendorId()
public String getVendorName()
public short getDeviceId()
public short getSubDeviceId()
public String getParentBridge()
public String getDeviceName()
public void setId(String id)
public void setClassId(short classId)
public void setBus(byte bus)
public void setSlot(byte slot)
public void setFunction(byte function)
public void setVendorId(short vendorId)
public void setSubVendorId(short subVendorId)
public void setVendorName(String vendorName)
public void setDeviceId(short deviceId)
public void setSubDeviceId(short subDeviceId)
public void setParentBridge(String parentBridge)
public void setDeviceName(String deviceName)
Copyright © 2011-2012. All Rights Reserved.