org.virtualbox_5_2
Class IUSBController
java.lang.Object
org.virtualbox_5_2.IUnknown
org.virtualbox_5_2.IUSBController
public class IUSBController
- extends IUnknown
Constructor Summary |
IUSBController(java.lang.String wrapped,
org.virtualbox_5_2.ObjectRefManager objMgr,
org.virtualbox_5_2.jaxws.VboxPortType port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IUSBController
public IUSBController(java.lang.String wrapped,
org.virtualbox_5_2.ObjectRefManager objMgr,
org.virtualbox_5_2.jaxws.VboxPortType port)
getName
public java.lang.String getName()
- The USB Controller name.
- Returns:
- String
setName
public void setName(java.lang.String value)
- The USB Controller name.
- Parameters:
value
- String
getType
public USBControllerType getType()
- The USB Controller type.
- Returns:
- org.virtualbox_5_2.USBControllerType
setType
public void setType(USBControllerType value)
- The USB Controller type.
- Parameters:
value
- org.virtualbox_5_2.USBControllerType
getUSBStandard
public java.lang.Integer getUSBStandard()
- USB standard version which the controller implements.
This is a BCD which means that the major version is in the
high byte and minor version is in the low byte.
- Returns:
- Integer
queryInterface
public static IUSBController queryInterface(IUnknown obj)