Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: tchfmessage.h

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class TCHFMessage

class TCHFMessage;

Description

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

Members

Defined in TCHFMessage:
MessageId(), Parameters(), TCHFMessage()


Construction and destruction


TCHFMessage()

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()

inline const TCHFMessageId &MessageId() const;

Description

Return value

const TCHFMessageId &


Parameters()

inline const TCHFValue &Parameters() const;

Description

Return value

const TCHFValue &