CG711DecoderIntfcMsgHdlr Class Reference

class CG711DecoderIntfcMsgHdlr : public CMMFObject

Handle messages from interface proxy. The class receives the messages sent by the custom interface proxy and makes the appropriate call on its custom interface implementation.

G711DecoderIntfcMsgHdlr.lib
Since
S60 3.0

Inherits from

Constructor & Destructor Documentation

CG711DecoderIntfcMsgHdlr(CG711DecoderIntfc *)

CG711DecoderIntfcMsgHdlr ( CG711DecoderIntfc * aG711DecoderIntfcImpl ) [private]

C++ default constructor.

Parameters

CG711DecoderIntfc * aG711DecoderIntfcImpl

~CG711DecoderIntfcMsgHdlr()

IMPORT_C ~CG711DecoderIntfcMsgHdlr ( ) [virtual]

Destructor.

Member Functions Documentation

ConstructL()

void ConstructL ( ) [private]

By default Symbian 2nd phase constructor is private.

DoGetCngL(TMMFMessage &)

void DoGetCngL ( TMMFMessage & aMessage ) [private]

Parameters

TMMFMessage & aMessage

DoHandleRequestL(TMMFMessage &)

void DoHandleRequestL ( TMMFMessage & aMessage ) [private]

Parameters

TMMFMessage & aMessage

DoSetCngL(TMMFMessage &)

void DoSetCngL ( TMMFMessage & aMessage ) [private]

Parameters

TMMFMessage & aMessage

DoSetDecoderModeL(TMMFMessage &)

void DoSetDecoderModeL ( TMMFMessage & aMessage ) [private]

Parameters

TMMFMessage & aMessage

DoSetPlcL(TMMFMessage &)

void DoSetPlcL ( TMMFMessage & aMessage ) [private]

Parameters

TMMFMessage & aMessage

HandleRequest(TMMFMessage &)

IMPORT_C void HandleRequest ( TMMFMessage & aMessage ) [virtual]

Passes a message to the object to handle.

This is a pure virtual method to be implemented by concrete classes derived from this class.

The message passed in MUST be completed by the object; however, it can be copied to be completed at a later time, should some other asynchronous action need to occur first.

Since
7.0s

Parameters

TMMFMessage & aMessage The message to be handled. This MUST be completed by the object.

NewL(TAny *)

IMPORT_C CG711DecoderIntfcMsgHdlr * NewL ( TAny * aG711DecoderIntfcImpl ) [static]

Two-phased constructor.

Parameters

TAny * aG711DecoderIntfcImpl

Member Data Documentation

CG711DecoderIntfc * iG711DecoderIntfcCI

CG711DecoderIntfc * iG711DecoderIntfcCI [private]