org.virtualbox_7_1
Class IUSBController
java.lang.Object
   org.virtualbox_7_1.IUnknown
org.virtualbox_7_1.IUnknown
       org.virtualbox_7_1.IUSBController
org.virtualbox_7_1.IUSBController
- public class IUSBController 
- extends IUnknown
 
 
| Constructor Summary | 
| IUSBController(java.lang.String wrapped,
               org.virtualbox_7_1.ObjectRefManager objMgr,
               org.virtualbox_7_1.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_7_1.ObjectRefManager objMgr,
                      org.virtualbox_7_1.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_7_1.USBControllerType
 
setType
public void setType(USBControllerType value)
- The USB Controller type.
 
- 
- Parameters:
- value- org.virtualbox_7_1.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)
-