Contents

sGetPowerTransistionInProgress

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

Declaration

static bool sGetPowerTransistionInProgress (
 IOSCSIProtocolInterface *self );

Parameters

  • self:

    The 'this' pointer for the class.

Return Value

true if a power state is in progress, otherwise false.

Overview

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

See Also

Miscellaneous