Contents

sHandleSetPowerState

The sHandleSetPowerState method is a static function used as C->C++ glue for going behind the command gate.

Declaration

static IOReturn sHandleSetPowerState (
 IOSCSIProtocolInterface *self,
 UInt32powerStateOrdinal );

Parameters

  • self:

    The 'this' pointer for the class.

  • powerStateOrdinal:

    The power state to which device shall be changed.

Return Value

A valid IOReturn code indicating success or failure.

Overview

The sHandleSetPowerState method is a static function used as C->C++ glue for going behind the command gate.

See Also

Miscellaneous