Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <tchfmessage.h>
This item is not part of the S60 5th Edition SDK

Class TCHFMessage

class TCHFMessage;

Description

A generic message class used in CHF for command, query and request handling

Members

Defined in TCHFMessage:


Construction and destruction


TCHFMessage(const TCHFMessageId &,const TCHFValue &)

inline TCHFMessage(const TCHFMessageId &aMessageId, const TCHFValue &aMessageParams);

Description

Standard constructor

Parameters

const TCHFMessageId &aMessageId

Identifies the category and type of message

const TCHFValue &aMessageParams

A value used to pass different types of parameters that might be required as context for the message

[Top]


Member functions


MessageId()const

inline const TCHFMessageId& MessageId() const;

Description

Return value

const TCHFMessageId &


Parameters()const

inline const TCHFValue& Parameters() const;

Description

Return value

const TCHFValue &