org.virtualbox_4_2
Class IPCIAddress

java.lang.Object
  extended by org.virtualbox_4_2.IPCIAddress

public class IPCIAddress
extends java.lang.Object

Address on the PCI bus. Interface ID: {D88B324F-DB19-4D3B-A1A9-BF5B127199A8}


Constructor Summary
IPCIAddress(org.virtualbox_4_2.jaxws.IPCIAddress real, org.virtualbox_4_2.ObjectRefManager objMgr, org.virtualbox_4_2.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Short getBus()
          Bus number.
 java.lang.Short getDevFunction()
          Device function number.
 java.lang.Short getDevice()
          Device number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPCIAddress

public IPCIAddress(org.virtualbox_4_2.jaxws.IPCIAddress real,
                   org.virtualbox_4_2.ObjectRefManager objMgr,
                   org.virtualbox_4_2.jaxws.VboxPortType port)
Method Detail

getBus

public java.lang.Short getBus()
Bus number.

Returns:
Short

getDevice

public java.lang.Short getDevice()
Device number.

Returns:
Short

getDevFunction

public java.lang.Short getDevFunction()
Device function number.

Returns:
Short