VirtualBox

Ignore:
Timestamp:
Oct 26, 2007 6:28:10 PM (17 years ago)
Author:
vboxsync
Message:

Added PortVersion and Version attributes for obtaining the major USB version of the port and the device respectively.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/RemoteUSBDeviceImpl.h

    r4071 r5528  
    6363    STDMETHOD(COMGETTER(Address)) (BSTR *aAddress);
    6464    STDMETHOD(COMGETTER(Port)) (USHORT *aPort);
     65    STDMETHOD(COMGETTER(Version)) (USHORT *aVersion);
     66    STDMETHOD(COMGETTER(PortVersion)) (USHORT *aPortVersion);
    6567    STDMETHOD(COMGETTER(Remote)) (BOOL *aRemote);
    6668
     
    108110
    109111    uint16_t mPort;
     112    uint16_t mVersion;
     113    uint16_t mPortVersion;
    110114
    111115    USBDeviceState_T mState;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette