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

Member Functions Documentation

FCMsgErrorOccurred(CMceSession &, TInt)

void FCMsgErrorOccurred ( CMceSession & aSession,
TInt aError
) [pure virtual]

An error has occurred concerning floor control.

Parameters

CMceSession & aSession FC session that error was occurred.
TInt aError Error code

FCMsgReceived(CMceSession &, HBufC8 *)

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

Incoming floor control message.

Parameters

CMceSession & aSession FC session that message was received.
HBufC8 * aMessage Received floor control message. Owneship is transferred.