#include <mmf/common/mmfcontroller.h>
| class MMMFAddDataSourceSinkAsyncObserver |
| Public Member Functions | |
|---|---|
| pure virtual void | MadssaoAddDataSourceSinkAsyncComplete(TInt, const TMMFMessageDestination &) |
Mixin class that the user of the class CMMFAddDataSourceSinkAsync must derive from.
| void | MadssaoAddDataSourceSinkAsyncComplete | ( | TInt | aError, |
| const TMMFMessageDestination & | aHandle | |||
| ) | [pure virtual] | |||
The request to add a data source or sink has completed.
framework. This allows the client to send custom commands directly to
the data source/sink, and to also remove the data sink from the controller.
Note that not all data sinks support custom commands, and not all
controller plugins support the removal of a data sink."
| Parameters | |
|---|---|
| aError | "The error resulting from adding the source/sink." |