org.virtualbox_7_0
Class IUSBProxyBackend
java.lang.Object
org.virtualbox_7_0.IUnknown
org.virtualbox_7_0.IUSBProxyBackend
public class IUSBProxyBackend
- extends IUnknown
The USBProxyBackend interface represents a source for USB devices available
to the host for attaching to the VM.
Interface ID: {DFE56449-6989-4002-80CF-3607F377D40C}
Constructor Summary |
IUSBProxyBackend(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IUSBProxyBackend
public IUSBProxyBackend(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port)
getName
public java.lang.String getName()
- The unique name of the proxy backend.
- Returns:
- String
getType
public java.lang.String getType()
- The type of the backend.
- Returns:
- String
queryInterface
public static IUSBProxyBackend queryInterface(IUnknown obj)