class MMceFcMsgObserver |
An interface to be implemented by users of MCE if they wish to use floor control.
This observer is set using CMceFcMsgExchange::InitializeL function.
mceclient.lib
Public Member Functions | |
---|---|
void | FCMsgErrorOccurred ( CMceSession &, TInt ) |
void | FCMsgReceived ( CMceSession &, HBufC8 *) |
void | FCMsgErrorOccurred | ( | CMceSession & | aSession, |
TInt | aError | |||
) | [pure virtual] |
An error has occurred concerning floor control.
CMceSession & aSession | FC session that error was occurred. |
TInt aError | Error code |
void | FCMsgReceived | ( | CMceSession & | aSession, |
HBufC8 * | aMessage | |||
) | [pure virtual] |
Incoming floor control message.
CMceSession & aSession | FC session that message was received. |
HBufC8 * aMessage | Received floor control message. Owneship is transferred. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.