public class IPCIAddress extends IUnknown
Constructor and Description |
---|
IPCIAddress(java.lang.String wrapped,
org.virtualbox_6_0.ObjectRefManager objMgr,
org.virtualbox_6_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
asLong()
Convert PCI address into long.
|
void |
fromLong(java.lang.Integer number)
Make PCI address from long.
|
java.lang.Short |
getBus()
Bus number.
|
java.lang.Short |
getDevFunction()
Device function number.
|
java.lang.Short |
getDevice()
Device number.
|
static IPCIAddress |
queryInterface(IUnknown obj) |
void |
setBus(java.lang.Short value)
Bus number.
|
void |
setDevFunction(java.lang.Short value)
Device function number.
|
void |
setDevice(java.lang.Short value)
Device number.
|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IPCIAddress(java.lang.String wrapped, org.virtualbox_6_0.ObjectRefManager objMgr, org.virtualbox_6_0.jaxws.VboxPortType port)
public java.lang.Short getBus()
public void setBus(java.lang.Short value)
value
- Shortpublic java.lang.Short getDevice()
public void setDevice(java.lang.Short value)
value
- Shortpublic java.lang.Short getDevFunction()
public void setDevFunction(java.lang.Short value)
value
- Shortpublic static IPCIAddress queryInterface(IUnknown obj)
public java.lang.Integer asLong()
public void fromLong(java.lang.Integer number)