Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: tchfmessageid.h

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

Class TCHFMessageId

class TCHFMessageId;

Description

A two part ID that is used to idenitfy a CHF message.

The first part is unique and idenfities the category of message. The second is a TInt that would normally correspond to a enum for the set of messages for that particular category.

Members

Defined in TCHFMessageId:
Category(), MessageCode(), TCHFMessageId()


Construction and destruction


TCHFMessageId()

inline TCHFMessageId(const TUid &aMessageCategory, const TInt aMessageCode);

Description

Constructor

Parameters

const TUid &aMessageCategory

The category of the message

const TInt aMessageCode

The particular message identifier

[Top]


Member functions


Category()

inline TUid Category() const;

Description

Returns the category of the message

Return value

TUid

TUid A UID that uniquely identifies a cateogry for a set of messages


MessageCode()

inline TInt MessageCode() const;

Description

Returns the message code

Return value

TInt

TInt A TInt that uniquely identifies a message with a particular category