Contents

createManagementORB

Creates a new IOFireWireSBP2ManagementORB object.

Declaration

virtual IOFireWireSBP2ManagementORB * createManagementORB(
 void *refCon,
 FWSBP2ManagementCallbackcompletion );

Parameters

  • refCon:

    The refcon passed to the completion routine.

  • completion:

    The completion routine. Called when the ORB finishes execution.

Return Value

Returns a pointer to a new IOFireWireSBP2Login.

Overview

Creates a new IOFireWireSBP2ManagementORB object. Management objects let you execute commands like QueryLogins, LogicalUnitReset, and AbortTask. These commands are configured after they are created here. When they are done executing (after a call to submit) the supplied completion routine will be called with the supplied refcon. Usually this refCon is the "this" pointer of completion method's object.

See Also

Miscellaneous