»
Symbian OS v9.3 »
Symbian OS reference »
C++ component reference »
Messaging MSG_SMS8.1 »
TSmsMessageSettingsCdma
Location:
SmsMessageSettings.h
Link against: smcm.lib
This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.
Class TSmsMessageSettingsCdma
class TSmsMessageSettingsCdma;
Description
CDMA specific message settings.
Members
Defined in TSmsMessageSettingsCdma
:
ActivateMessageSetting()
, AlertOnDelivery()
, CallBackNumber()
, IsMessageSettingActive()
, Language()
, Priority()
, Privacy()
, SetAlertOnDelivery()
, SetCallBackNumberL()
, SetLanguage()
, SetPriority()
, SetPrivacy()
Member functions
IMPORT_C tia637::TPriorityIndicator Priority() const;
Description
Returns the priority indicator.
Return value
IMPORT_C void SetPriority(tia637::TPriorityIndicator aPrivacy);
Description
Sets the priority indicator.
Parameters
IMPORT_C tia637::TPrivacy Privacy() const;
Description
Returns the privacy indicator.
Return value
IMPORT_C void SetPrivacy(tia637::TPrivacy aPrivacy);
Description
Sets the privacy indicator.
Parameters
IMPORT_C tia637::TAlertPriority AlertOnDelivery() const;
Description
Returns the alert priority (Alert on delivery).
Return value
IMPORT_C void SetAlertOnDelivery(tia637::TAlertPriority aPriority);
Description
Sets the alert priority (Alert on delivery).
Parameters
IMPORT_C TPtrC CallBackNumber() const;
Description
Returns the callback number
Return value
TPtrC
|
Callback number object
|
|
IMPORT_C void SetCallBackNumberL(const TDesC &aCallbackNumber);
Description
Sets the defaule callback number used in new messages
Parameters
const TDesC &aCallbackNumber |
Callback number object
|
|
Leave codes
KErrNoMemory |
When there is too little memory to store the callback number
|
|
IMPORT_C tia637::TLanguageIndicator Language() const;
Description
Returns the language indicator.
Return value
IMPORT_C void SetLanguage(tia637::TLanguageIndicator aLanguageIndicator);
Description
Sets the language indicator.
Parameters
IMPORT_C TBool IsMessageSettingActive(tia637::TSubParameterId aSubParam) const;
Description
Returns a boolean indicating whether the passed in subparameter is set
Parameters
Return value
TBool
|
boolean indicating whether subparameter is set
|
|
IMPORT_C void ActivateMessageSetting(tia637::TSubParameterId aSubParam, TBool aParamActivate);
Description
Sets (or unsets) the activation status of a particular subparameter
Parameters