Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

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:


Construction and destruction


TCHFMessageId(const TUid &,const TInt)

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

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

inline TInt MessageCode() const;

Description

Returns the message code

Return value

TInt

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