#include <app/smutset.h>
class TSmsProgress |
Public Attributes | |
---|---|
TMsvId | iEnumerateFolder |
TInt | iError |
TInt | iMsgCount |
TInt | iMsgDone |
TInt | iRcpCount |
TInt | iRcpDone |
TBuf< 14 > | iServiceCenterAddress |
TInt | iState |
TSmsProgressType | iType |
Public Member Enumerations | |
---|---|
enum | TSmsProgressType { ESmsProgressTypeDefault, ESmsProgressTypeReadSimParams, ESmsProgressTypeWriteSimParams, ESmsProgressTypeSending, ..., ESmsProgressTypeMovingEntries } |
Public Member Functions | |
---|---|
TSmsProgress(TSmsProgressType) |
Progress information for SMS MTM operations.
This information is returned by CMsvOperation::ProgressL() in a TSmsProgressBuf package.
See also: CMsvOperation::ProgressL
TMsvId | iEnumerateFolder |
The invisible folder that contains the messages read from the SIM by the command ESmsMtmCommandEnumeratePhoneStores.
TBuf< 14 > | iServiceCenterAddress |
The Service Centre address.
This is set by the command ESmsMtmCommandReadServiceCenter.
This is no longer used since v7.0.
Defines type of operation for which progress information is being given.
These types correspond to the commands defined in TSmsMtmCommand.
See also: TSmsMtmCommand
TSmsProgress | ( | TSmsProgressType | aType = ESmsProgressTypeDefault | ) | [inline] |
Constructor.
Parameter | Description |
---|---|
aType | The type of operation for which progress information is being given. |