| 
 | ||||||||
| 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.IUSBDevice
org.virtualbox_7_1.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 thegetState()property that holds the current state of the USB
device.
IHost.getUSBDevices(), 
Interface ID: {C19073DD-CC7B-431B-98B2-951FDA8EAB89}| Field Summary | 
|---|
| Fields inherited from class org.virtualbox_7_1.IUnknown | 
|---|
| obj, objMgr, port | 
| Constructor Summary | |
|---|---|
| IHostUSBDevice(java.lang.String wrapped,
               org.virtualbox_7_1.ObjectRefManager objMgr,
               org.virtualbox_7_1.jaxws.VboxPortType port) | |
| Method Summary | |
|---|---|
|  USBDeviceState | getState()Current state of the device. | 
| static IHostUSBDevice | queryInterface(IUnknown obj) | 
| Methods inherited from class org.virtualbox_7_1.IUSBDevice | 
|---|
| getAddress, getBackend, getDeviceInfo, getId, getManufacturer, getPort, getPortPath, getProduct, getProductId, getRemote, getRevision, getSerialNumber, getSpeed, getVendorId, getVersion | 
| 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 IHostUSBDevice(java.lang.String wrapped,
                      org.virtualbox_7_1.ObjectRefManager objMgr,
                      org.virtualbox_7_1.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 | |||||||