---
title: setManageeCommand
framework: kernel
role: pseudoSymbol
path: kernel/iofirewiresbp2managementorb/1813235-setmanageecommand
---

# setManageeCommand

Sets the command to be managed by the management ORB.

## Declaration

```occ
virtual void setManageeCommand(
 OSObject *command ); 
```

## Parameters

- `command`: a reference to an IOFireWireSBP2Login or an IOFireWireSBP2ORB.

## Overview

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

- [getCommandFunction()](kernel/iofirewiresbp2managementorb/1813171-getcommandfunction.md)
- [getCommandFunction()](kernel/iofirewiresbp2managementorb/1813185-getcommandfunction.md)
- [getManageeCommand](kernel/iofirewiresbp2managementorb/1813195-getmanageecommand.md)
- [getResponseBuffer](kernel/iofirewiresbp2managementorb/1813205-getresponsebuffer.md)
- [release](kernel/iofirewiresbp2managementorb/1813216-release.md)
- [setCommandFunction](kernel/iofirewiresbp2managementorb/1813224-setcommandfunction.md)
- [setResponseBuffer(IOMemoryDescriptor *)](kernel/iofirewiresbp2managementorb/1813243-setresponsebuffer.md)
- [setResponseBuffer(void *, UInt32)](kernel/iofirewiresbp2managementorb/1813252-setresponsebuffer.md)
