CommsFW::TCFMessage Class Reference

class CommsFW::TCFMessage : public CommsFW::TCFMessageBase< KCFMessageParamBlockSize >

General Comms Framework message; primarily used between bind manager and (sub) modules.

Constructor & Destructor Documentation

TCFMessage(TCode, TInt, TAny *)

TCFMessage(TCodeaCode,
TIntaParamBlockSize,
TAny *aParamBlock
)[inline]
Copy a piece of memory to the message parameter block and set the message code.
panic
ECFChanMsgTooBig

Parameters

TCode aCodeCode to to set in the message code.
TInt aParamBlockSizeSize, in octets, of memory area to copy.
TAny * aParamBlockPointer to memory area to copy.

TCFMessage()

TCFMessage()[inline]

C'tor. Initialises the derived TCFMessageBase with the default message block size of a TCFMessage. KCFMessageParamBlockSize TCFMessageBase