|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_4_3.IUnknown
org.virtualbox_4_3.IUSBDevice
org.virtualbox_4_3.IHostUSBDevice
public class IHostUSBDevice
The IHostUSBDevice interface represents a physical USB device attached
to the host computer.
Besides properties inherited from IUSBDevice, this interface adds the
getState()
property that holds the current state of the USB
device.
IHost.getUSBDevices()
,
Interface ID: {173B4B44-D268-4334-A00D-B6521C9A740A}
Field Summary |
---|
Fields inherited from class org.virtualbox_4_3.IUnknown |
---|
obj, port |
Constructor Summary | |
---|---|
IHostUSBDevice(java.lang.String wrapped,
org.virtualbox_4_3.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
USBDeviceState |
getState()
Current state of the device. |
static IHostUSBDevice |
queryInterface(IUnknown obj)
|
Methods inherited from class org.virtualbox_4_3.IUSBDevice |
---|
getAddress, getId, getManufacturer, getPort, getPortVersion, getProduct, getProductId, getRemote, getRevision, getSerialNumber, getVendorId, getVersion |
Methods inherited from class org.virtualbox_4_3.IUnknown |
---|
getRemoteWSPort, getWrapped, releaseRemote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IHostUSBDevice(java.lang.String wrapped, org.virtualbox_4_3.jaxws.VboxPortType port)
Method Detail |
---|
public USBDeviceState getState()
public static IHostUSBDevice queryInterface(IUnknown obj)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |