public class IUSBController extends IUnknown
Constructor and Description |
---|
IUSBController(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The USB Controller name.
|
USBControllerType |
getType()
The USB Controller type.
|
java.lang.Integer |
getUSBStandard()
USB standard version which the controller implements.
|
static IUSBController |
queryInterface(IUnknown obj) |
void |
setName(java.lang.String value)
The USB Controller name.
|
void |
setType(USBControllerType value)
The USB Controller type.
|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IUSBController(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
public java.lang.String getName()
public void setName(java.lang.String value)
value
- Stringpublic USBControllerType getType()
public void setType(USBControllerType value)
value
- org.virtualbox_7_0.USBControllerTypepublic java.lang.Integer getUSBStandard()
public static IUSBController queryInterface(IUnknown obj)