class CSmsMessageSettings : public CBase |
The SMS settings that are relevant on a per message basis.
Each SMS message has its own settings. Initially they have a default set of values derived from the SMS service settings. They can be changed on an individual message basis. For instance, a messaging application may allow a user to specify/not specify status reports individually for each message.
These settings are only relevant to mobile originated messages - those of SMS-SUBMIT type.
Public Member Functions | |
---|---|
TBool | CanConcatenate() |
enum TSmsDataCodingScheme::TSmsAlphabet | CharacterSet() |
IMPORT_C void | CopyL(const CSmsMessageSettings &) |
TBool | DeliveryReport() |
IMPORT_C void | ExternalizeL(RWriteStream &) |
IMPORT_C void | InternalizeL(RReadStream &) |
TBool | LastSegmentDeliveryReport() |
TSmsPIDConversion | MessageConversion() |
TUint32 | MessageFlags() |
TBool | RejectDuplicate() |
TBool | ReplyPath() |
void | SetCanConcatenate(TBool) |
void | SetCharacterSet(TSmsDataCodingScheme::TSmsAlphabet) |
void | SetDeliveryReport(TBool) |
void | SetLastSegmentDeliveryReport(TBool) |
void | SetMessageConversion(TSmsPIDConversion) |
void | SetMessageFlags(TUint32) |
void | SetRejectDuplicate(TBool) |
void | SetReplyPath(TBool) |
void | SetUseServiceCenterTimeStampForDate(TBool) |
void | SetValidityPeriod(TTimeIntervalMinutes) |
void | SetValidityPeriodFormat(TSmsFirstOctet::TSmsValidityPeriodFormat) |
TBool | UseServiceCenterTimeStampForDate() |
const TTimeIntervalMinutes & | ValidityPeriod() |
const TSmsFirstOctet::TSmsValidityPeriodFormat | ValidityPeriodFormat() |
Protected Member Functions | |
---|---|
CSmsMessageSettings() |
TBool | CanConcatenate | ( | ) | const [inline] |
Gets the values of the UI concatenated-SMS-allowed flag.
If true, the UI should pass a long message in one piece to the MTM. If false, it should split the message manually into 140 byte parts. The value of this flag does not affect the behaviour of the SMS MTM.
enum TSmsDataCodingScheme::TSmsAlphabet | CharacterSet | ( | ) | const [inline] |
Gets the default character set used in the SMS message.
Text is stored in Unicode on the Symbian OS phone and is converted into the appropriate character set when the message is sent.
IMPORT_C void | CopyL | ( | const CSmsMessageSettings & | aSettings | ) | [virtual] |
const CSmsMessageSettings & aSettings |
TBool | DeliveryReport | ( | ) | const [inline] |
Tests if a status report (TP-SRR in GSM spec 03.40) will be requested from the Service Centre.
A value of ETrue indicates that a status report will be requested.
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aWriteStream | ) | const [virtual] |
RWriteStream & aWriteStream |
IMPORT_C void | InternalizeL | ( | RReadStream & | aReadStream | ) | [virtual] |
RReadStream & aReadStream |
TBool | LastSegmentDeliveryReport | ( | ) | const [inline] |
Tests if a status report (TP-SRR in GSM spec 03.40) for the last segment will be requested from the Service Centre.
A value of ETrue indicates that a status report will be requested for the last segment.
TSmsPIDConversion | MessageConversion | ( | ) | const [inline] |
Gets the form in which the message should be delivered to the recipient by the service centre.
Note that the form may or may not actually be supported by the service centre, and that the format of the recipient address(es) may need to be different to a normal telephone number if MessageConversion() is set to any other value than ESmsConvPIDNone, ESmsConvFax, ESmsConvPaging or ESmsConvErmes.
TBool | RejectDuplicate | ( | ) | const [inline] |
Gets the value of the reject-duplicate setting.
If this is true, the service instructs the SC to reject an Sms-Submit for an SMS still held in the SC that has the same message reference number and same destination address as an previously submitted SMS from the same originating address.
TBool | ReplyPath | ( | ) | const [inline] |
Gets the boolean flag that indicates whether a the reply path (Service Centre address) should be included in the SMS-SUBMIT message (TP-RP in GSM spec 03.40).
A value of ETrue indicates that the Service Centre address should be included. This flag is only relavent for SMS-SUBMIT messages.
void | SetCanConcatenate | ( | TBool | ) | [inline] |
Sets the values of the UI concatenated-SMS-allowed flag.
If true, the UI should pass a long message in one piece to the MTM. If false, it should split the message manually into 140 byte parts. The value of this flag does not affect the behaviour of the SMS MTM.
TBool | The value to set the concatenated-SMS-allowed flag to. |
void | SetCharacterSet | ( | TSmsDataCodingScheme::TSmsAlphabet | ) | [inline] |
Sets the default character set used in the SMS message.
Text is stored in Unicode on the Symbian OS phone and is converted into the appropriate character set when the message is sent.
TSmsDataCodingScheme::TSmsAlphabet | The value of the default character set for the message. |
void | SetDeliveryReport | ( | TBool | ) | [inline] |
Sets if a status report (TP-SRR in GSM spec 03.40) will be requested from the Service Centre.
A value of ETrue indicates that a status report will be requested.
TBool | The value of the status report flag. |
void | SetLastSegmentDeliveryReport | ( | TBool | ) | [inline] |
Sets if a status report (TP-SRR in GSM spec 03.40) for the last segment will be requested from the Service Centre.
A value of ETrue indicates that a status report will be requested for the last segment.
TBool | The value of the status report flagfor the last segment. |
void | SetMessageConversion | ( | TSmsPIDConversion | ) | [inline] |
Sets the form in which the message should be delivered to the recipient by the Service Centre.
Note that the form may or may not actually be supported by the service centre, and that the format of the recipient address(es) may need to be different to a normal telephone number if MessageConversion() is set to any other value than ESmsConvPIDNone, ESmsConvFax, ESmsConvPaging or ESmsConvErmes.
TSmsPIDConversion | The message form specifier. |
void | SetRejectDuplicate | ( | TBool | ) | [inline] |
Sets the value of the reject-duplicate setting.
TBool | The value to set the reject-duplicate setting to. |
void | SetReplyPath | ( | TBool | ) | [inline] |
Sets the boolean flag that indicates whether a the reply path (Service Centre address) should be included in the SMS-SUBMIT message (TP-RP in GSM spec 03.40).
A value of ETrue indicates that the Service Centre address should be included. This flag is only relavent for SMS-SUBMIT messages.
TBool | The value of the reply path flag. |
void | SetUseServiceCenterTimeStampForDate | ( | TBool | aUseServiceCenterTimestamp | ) | [inline] |
Sets the flag which indicates whether the service center timestamp should be used for the date field in the TMsvEntry in message store. If the flag is not set, then the timestamp from the associated CSmsMessage is used.
TBool aUseServiceCenterTimestamp | Flag to indicate whether to use the service center timestamp |
void | SetValidityPeriod | ( | TTimeIntervalMinutes | ) | [inline] |
Sets the validity period for messages sent by the SMS MTM.
TTimeIntervalMinutes | The validity period. |
void | SetValidityPeriodFormat | ( | TSmsFirstOctet::TSmsValidityPeriodFormat | aValidityPeriodFormat | ) | [inline] |
Sets the format in which the validity period should be sent in a SMS-DELIVER type message.
This is field TP-VPF from GSM spec 03.40.
TSmsFirstOctet::TSmsValidityPeriodFormat aValidityPeriodFormat | The validity period format. |
TBool | UseServiceCenterTimeStampForDate | ( | ) | const [inline] |
Gets the flag which indicates whether the service center timestamp should be used for the date field in the TMsvEntry in message store. If the flag is not set, then the timestamp from the associated CSmsMessage is used.
const TTimeIntervalMinutes & | ValidityPeriod | ( | ) | const [inline] |
Gets the validity period for messages sent by the SMS MTM.
If the service centre is unable to deliver the SMS message before this time expires, a failure report may be generated by the service centre, and no further attempts will be made to deliver the message to ther recipient.
Validity period is only used for SMS-SUBMIT, mobile originated messages.
const TSmsFirstOctet::TSmsValidityPeriodFormat | ValidityPeriodFormat | ( | ) | const [inline] |
Gets the format in which the validity period should be sent in a SMS-DELIVER type message.
TSmsFirstOctet::TSmsValidityPeriodFormat | iValidityPeriodFormat | [private] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.