Contents

ReEnumerateDevice

Instruct the hub to which this device is attached to reset the port to which this device is attached. This causes the IOUSBDevice object and any child objects (IOUSBInterface objects or driver objects) to be terminated, and the device to be completely reenumerated, as if it had been detached and reattached.

Declaration

virtual IOReturn ReEnumerateDevice(
 UInt32options );

Parameters

  • options:

    Reserved for future use.

See Also

Miscellaneous