Contents

setManageeCommand

Sets the command to be managed by the management ORB.

Declaration

virtual void setManageeCommand(
 OSObject *command );

Parameters

  • command:

    a reference to an IOFireWireSBP2Login or an IOFireWireSBP2ORB.

Overview

All management functions except kFWSBP2QueryLogins require a reference to an ORB of some sort. kFWSBP2AbortTaskSet, kFWSBP2LogicalUnitReset, and kFWSBP2TargetReset require a reference to the login ORB. kFWSBP2AbortTask requires a reference to the ORB to be aborted. This method allows you to set the ORB to be managed.

See Also

Miscellaneous