#include <mw/msventryscheduledata.h>
Link against: schsend.lib
| class TMsvEntryScheduleData |
| Public Attributes | |
|---|---|
| TSchedulerItemRef | iRef |
| TInt | iTaskId |
| Protected Attributes | |
|---|---|
| TInt | iRetryCount |
| TInt16 | iVersion |
| Public Member Functions | |
|---|---|
| TMsvEntryScheduleData() | |
| IMPORT_C void | IncreaseRetries() |
| IMPORT_C TBool | IsReset() |
| IMPORT_C void | RemoveL(CMsvStore &) |
| IMPORT_C void | Reset() |
| IMPORT_C void | ResetRetries() |
| IMPORT_C void | RestoreL(CMsvStore &) |
| IMPORT_C TInt | Retries() |
| IMPORT_C void | StoreL(CMsvStore &) |
| Protected Member Functions | |
|---|---|
| void | ExternalizeL(RWriteStream &) |
| void | InternalizeL(RReadStream &) |
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.
| TSchedulerItemRef | iRef |
The TSchedulerItemRef returned by the Task Scheduler when the schedule on which the message is scheduled is created.
| TInt | iRetryCount | [protected] |
The number of retries that have been made to send this message.
| void | ExternalizeL | ( | RWriteStream & | aWriteStream | ) | const [protected] |
Externalises the object to the specified stream.
| Parameters | |
|---|---|
| aWriteStream | Stream to write to. |
| void | InternalizeL | ( | RReadStream & | aReadStream | ) | [protected] |
Internalises the object from the specified stream.
| Parameters | |
|---|---|
| aReadStream | Stream to read from. |
| IMPORT_C TBool | IsReset | ( | ) | const |
Tests if all the members are set to their default value.
| IMPORT_C void | RemoveL | ( | CMsvStore & | aStore | ) | const |
Removes the object from a store.
| Parameters | |
|---|---|
| aStore | Store to remove from. |
| Leave Codes | |
|---|---|
| IMPORT_C void | RestoreL | ( | CMsvStore & | aStore | ) |
Restores the object from a store.
| Parameters | |
|---|---|
| aStore | Store to read from. |
| IMPORT_C TInt | Retries | ( | ) | const |
Gets how many retries have been made to send this message.
| IMPORT_C void | StoreL | ( | CMsvStore & | aStore | ) | const |
Stores the object in a store.
This method leaves if the the object's data cannot be written to a RMsvWriteStream stream.
| Parameters | |
|---|---|
| aStore | Store to write to. |