MMceFcMsgObserver Class Reference

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
voidFCMsgErrorOccurred(CMceSession &, TInt)
voidFCMsgReceived(CMceSession &, HBufC8 *)

Member Functions Documentation

FCMsgErrorOccurred(CMceSession &, TInt)

voidFCMsgErrorOccurred(CMceSession &aSession,
TIntaError
)[pure virtual]

An error has occurred concerning floor control.

Parameters

CMceSession & aSessionFC session that error was occurred.
TInt aErrorError code

FCMsgReceived(CMceSession &, HBufC8 *)

voidFCMsgReceived(CMceSession &aSession,
HBufC8 *aMessage
)[pure virtual]

Incoming floor control message.

Parameters

CMceSession & aSessionFC session that message was received.
HBufC8 * aMessageReceived floor control message. Owneship is transferred.