---
title: createManagementORB
framework: kernel
role: pseudoSymbol
path: kernel/iofirewiresbp2lun/1813535-createmanagementorb
---

# createManagementORB

Creates a new IOFireWireSBP2ManagementORB object.

## Declaration

```occ
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

Return Value Returns a pointer to a new IOFireWireSBP2Login.

## Overview

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

- [attach](kernel/iofirewiresbp2lun/1813520-attach.md)
- [createLogin](kernel/iofirewiresbp2lun/1813525-createlogin.md)
- [getDiagnostics](kernel/iofirewiresbp2lun/1813549-getdiagnostics.md)
- [getFireWireUnit](kernel/iofirewiresbp2lun/1813559-getfirewireunit.md)
- [getLUNumber](kernel/iofirewiresbp2lun/1813568-getlunumber.md)
- [handleClose](kernel/iofirewiresbp2lun/1813576-handleclose.md)
- [handleOpen](kernel/iofirewiresbp2lun/1813589-handleopen.md)
- [matchPropertyTable](kernel/iofirewiresbp2lun/1813597-matchpropertytable.md)
