TMsvEntryScheduleData Class Reference
#include
<mw/msventryscheduledata.h>
Link against: schsend.lib
class TMsvEntryScheduleData |
Detailed Description
Stores message-specific data related to scheduling.
The data is not required by the Client/UI side. This data is stored in a stream associated with the TMsvEntry.
Member Attribute Documentation
iRef
The TSchedulerItemRef returned by the Task Scheduler when the schedule on which the message is scheduled is created.
iRetryCount
TInt
| iRetryCount | [protected] |
The number of retries that have been made to send this message.
iTaskId
The Task ID returned by the Task Scheduler when the message is scheduled.
Constructor & Destructor Documentation
TMsvEntryScheduleData ( )
IMPORT_C | TMsvEntryScheduleData | ( | ) | |
Member Function Documentation
ExternalizeL ( RWriteStream & )
void | ExternalizeL | ( | RWriteStream & | aWriteStream | ) | const [protected] |
Externalises the object to the specified stream.
Parameter | Description | aWriteStream | Stream to write to. |
IncreaseRetries ( )
IMPORT_C void | IncreaseRetries | ( | ) | |
Adds one to the value of the iRetryCount member.
InternalizeL ( RReadStream & )
Internalises the object from the specified stream.
Parameter | Description | aReadStream | Stream to read from. |
IsReset ( )
IMPORT_C TBool | IsReset | ( | ) | const |
Tests if all the members are set to their default value.
Returns: True if all the members are set to their default value.
RemoveL ( CMsvStore & )
Removes the object from a store.
Parameter | Description | aStore | Store to remove from. |
Reset ( )
Resets the object.
It sets all member data to zero.
ResetRetries ( )
IMPORT_C void | ResetRetries | ( | ) | |
Sets the iRetryCount member to zero.
RestoreL ( CMsvStore & )
Restores the object from a store.
Parameter | Description | aStore | Store to read from. |
Retries ( )
IMPORT_C TInt | Retries | ( | ) | const |
Gets how many retries have been made to send this message.
Returns: Number of retries.
StoreL ( CMsvStore & )
Stores the object in a store.
This method leaves if the the object's data cannot be written to a RMsvWriteStream stream.
Parameter | Description | aStore | Store to write to. |