| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.virtualbox_7_1.IUnknown
org.virtualbox_7_1.IPCIAddress
public class IPCIAddress
Address on the PCI bus.
Interface ID: {C984D15F-E191-400B-840E-970F3DAD7296}
| Field Summary | 
|---|
| Fields inherited from class org.virtualbox_7_1.IUnknown | 
|---|
| obj, objMgr, port | 
| Constructor Summary | |
|---|---|
| IPCIAddress(java.lang.String wrapped,
            org.virtualbox_7_1.ObjectRefManager objMgr,
            org.virtualbox_7_1.jaxws.VboxPortType port) | |
| Method Summary | |
|---|---|
|  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. | 
| Methods inherited from class org.virtualbox_7_1.IUnknown | 
|---|
| getObjMgr, getRemoteWSPort, getWrapped, releaseRemote | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public IPCIAddress(java.lang.String wrapped,
                   org.virtualbox_7_1.ObjectRefManager objMgr,
                   org.virtualbox_7_1.jaxws.VboxPortType port)
| Method Detail | 
|---|
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)
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||