| class TMsvEntryScheduleData |
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.
| 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 &) |
| Public Attributes | |
|---|---|
| TSchedulerItemRef | iRef |
| TInt | iTaskId |
| Protected Attributes | |
|---|---|
| TInt | iRetryCount |
| TInt16 | iVersion |
| void | ExternalizeL | ( | RWriteStream & | aWriteStream | ) | const [protected] |
| RWriteStream & aWriteStream |
| void | InternalizeL | ( | RReadStream & | aReadStream | ) | [protected] |
| RReadStream & aReadStream |
| 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.