Contents

EnableRemoteWake

Will enable or disable the USB 3.0 remote wake function for the interface

Declaration

virtual IOReturn EnableRemoteWake(
 boolenable);

Parameters

  • enable:

    Whether we enable (true) or disable (false) the remote wake..

Return Value

returns kIOReturnSuccess if the request is completed successfully, otherwise returns the result of the Device Request to set the feature.

See Also

Miscellaneous