Public Member Functions | |
void | getItemAt (in unsigned long index,[retval] out IHostUSBDevice item) |
void | enumerate ([retval] out IHostUSBDeviceEnumerator enumerator) |
void | findById (in uuid id,[retval] out IHostUSBDevice device) |
Searches this collection for a USB device with the given UUID. | |
void | findByAddress (in wstring name,[retval] out IHostUSBDevice device) |
Searches this collection for a USB device with the given host address. | |
Public Attributes | |
readonly attribute unsigned long | count |
void IHostUSBDeviceCollection::getItemAt | ( | in unsigned long | index, | |
[retval] out IHostUSBDevice | item | |||
) |
void IHostUSBDeviceCollection::enumerate | ( | [retval] out IHostUSBDeviceEnumerator | enumerator | ) |
void IHostUSBDeviceCollection::findById | ( | in uuid | id, | |
[retval] out IHostUSBDevice | 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 IHostUSBDeviceCollection::findByAddress | ( | in wstring | name, | |
[retval] out IHostUSBDevice | 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 IHostUSBDeviceCollection::count |