Location:
tchfmessageid.h
class TCHFMessageId;
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.
Defined in TCHFMessageId
:
Category()
, MessageCode()
, TCHFMessageId()
inline TCHFMessageId(const TUid &aMessageCategory, const TInt aMessageCode);
Constructor
|
inline TUid Category() const;
Returns the category of the message
|
inline TInt MessageCode() const;
Returns the message code
|