Public Member Functions | |
void | getItemAt (in unsigned long index,[retval] out IUSBDevice item) |
void | enumerate ([retval] out IUSBDeviceEnumerator enumerator) |
void | findById (in uuid id,[retval] out IUSBDevice device) |
Searches this collection for a USB device with the given UUID. | |
void | findByAddress (in wstring name,[retval] out IUSBDevice device) |
Searches this collection for a USB device with the given host address. | |
Public Attributes | |
readonly attribute unsigned long | count |
void IUSBDeviceCollection::getItemAt | ( | in unsigned long | index, | |
[retval] out IUSBDevice | item | |||
) |
void IUSBDeviceCollection::enumerate | ( | [retval] out IUSBDeviceEnumerator | enumerator | ) |
void IUSBDeviceCollection::findById | ( | in uuid | id, | |
[retval] out IUSBDevice | device | |||
) |
Searches this collection for a USB device with the given UUID.
id | UUID of the USB device to search for. | |
device | Found USB device object. |
void IUSBDeviceCollection::findByAddress | ( | in wstring | name, | |
[retval] out IUSBDevice | device | |||
) |
Searches this collection for a USB device with the given host address.
name | Address of the USB device (as assigned by the host) to search for. | |
device | Found USB device object. |
readonly attribute unsigned long IUSBDeviceCollection::count |