Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



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


Priority()

IMPORT_C tia637::TPriorityIndicator Priority() const;

Description

Returns the priority indicator.

Return value

tia637::TPriorityIndicator

Priority indicator


SetPriority()

IMPORT_C void SetPriority(tia637::TPriorityIndicator aPrivacy);

Description

Sets the priority indicator.

Parameters

tia637::TPriorityIndicator aPrivacy

Priority indicator


Privacy()

IMPORT_C tia637::TPrivacy Privacy() const;

Description

Returns the privacy indicator.

Return value

tia637::TPrivacy

Privacy indicator


SetPrivacy()

IMPORT_C void SetPrivacy(tia637::TPrivacy aPrivacy);

Description

Sets the privacy indicator.

Parameters

tia637::TPrivacy aPrivacy

Privacy indicator


AlertOnDelivery()

IMPORT_C tia637::TAlertPriority AlertOnDelivery() const;

Description

Returns the alert priority (Alert on delivery).

Return value

tia637::TAlertPriority

Alert priority


SetAlertOnDelivery()

IMPORT_C void SetAlertOnDelivery(tia637::TAlertPriority aPriority);

Description

Sets the alert priority (Alert on delivery).

Parameters

tia637::TAlertPriority aPriority

alert priority


CallBackNumber()

IMPORT_C TPtrC CallBackNumber() const;

Description

Returns the callback number

Return value

TPtrC

Callback number object


SetCallBackNumberL()

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


Language()

IMPORT_C tia637::TLanguageIndicator Language() const;

Description

Returns the language indicator.

Return value

tia637::TLanguageIndicator

Language indicator


SetLanguage()

IMPORT_C void SetLanguage(tia637::TLanguageIndicator aLanguageIndicator);

Description

Sets the language indicator.

Parameters

tia637::TLanguageIndicator aLanguageIndicator

language indicator


IsMessageSettingActive()

IMPORT_C TBool IsMessageSettingActive(tia637::TSubParameterId aSubParam) const;

Description

Returns a boolean indicating whether the passed in subparameter is set

Parameters

tia637::TSubParameterId aSubParam

subparameter value to check

Return value

TBool

boolean indicating whether subparameter is set


ActivateMessageSetting()

IMPORT_C void ActivateMessageSetting(tia637::TSubParameterId aSubParam, TBool aParamActivate);

Description

Sets (or unsets) the activation status of a particular subparameter

Parameters

tia637::TSubParameterId aSubParam

subparameter value to set/unset

TBool aParamActivate