|
||
class CMsvRecipient : public CBase;
Base class for information relating to a message recipient.
CBase
-
Base class for all classes to be instantiated on the heap.
CMsvRecipient
- Base class for information relating to a message recipient.
Defined in CMsvRecipient
:
CMsvRecipient()
Protected base class default constructor. EFailedToSend
Message sending failed. ENotYetSent
Message is not sent. ESentSuccessfully
Message has been sent. Error()const
Gets any error code for message sending to the recipient.ExternalizeL(RWriteStream &)const
Externalises the object to a write stream.IncreaseRetries()
Increments the number of retries for message sending to the recipient. InternalizeL(RReadStream &)
Internalises the object from a read stream.ResetRetries()
Resets the number of retries for message sending to the recipient to zero. Retries()const
Gets the number of retries for message sending to the recipient.SetError(TInt)
Sets any error code for message sending to the recipient.SetStatus(TRecipientStatus)
Sets the message sending status for the recipient.Status()const
Gets the message sending status for the recipient.TRecipientStatus
Message sending status for a recipient. Time()
Gets the (writable) time for message sending to the recipient.Time()const
Gets the (const) time for message sending to the recipient.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...IMPORT_C virtual void InternalizeL(RReadStream &aStream);
Internalises the object from a read stream.
|
IMPORT_C virtual void ExternalizeL(RWriteStream &aStream) const;
Externalises the object to a write stream.
|
inline TRecipientStatus Status() const;
Gets the message sending status for the recipient.
|
inline void SetStatus(TRecipientStatus aStatus);
Sets the message sending status for the recipient.
|
inline TInt Error() const;
Gets any error code for message sending to the recipient.
|
inline void SetError(TInt aError);
Sets any error code for message sending to the recipient.
|
inline const TTime& Time() const;
Gets the (const) time for message sending to the recipient.
|
inline TTime& Time();
Gets the (writable) time for message sending to the recipient.
|
inline TInt Retries() const;
Gets the number of retries for message sending to the recipient.
|
inline void IncreaseRetries();
Increments the number of retries for message sending to the recipient.
inline void ResetRetries();
Resets the number of retries for message sending to the recipient to zero.
TRecipientStatus
Message sending status for a recipient.
|