Contents

SuspendDevice

Instruct the hub to which this device is attached to suspend or resume the port to which the device is attached. Note that if there are any outstanding transactions on any pipes in the device, those transactions will get returned with a kIOReturnNotResponding error.

Declaration

virtual IOReturn SuspendDevice(
 boolsuspend);

Parameters

  • suspend:

    Boolean value. true = suspend, false = resume.

See Also

Miscellaneous