|
|
|
Location:
smsuset.h
Link against: smsu.lib
class TSmsSettings
Supported from 6.1
SMS settings.
Defined in TSmsSettings:
Anonymous, Anonymous, Anonymous, Anonymous, Anonymous, DeletePDUsFromCombinedStores(), DeletePDUsFromPhoneStores(), DeletePDUsFromSIM(), ESmsFlagDeletePDUsFromCombinedStores, ESmsFlagDeletePDUsFromPhoneStores, ESmsFlagDeletePDUsFromSIM, ExternalizeL(), InternalizeL(), KDefaultKSegmentationLifetimeMultiplier, KDefaultModemInitializationTimeoutMicroSeconds32, KDefaultReassemblyLifetime, KDefaultSendTryLimit, KDefaultTimeoutMicroSeconds32, KSegmentationLifetimeMultiplier(), ModemInitializationTimeout(), ReassemblyLifetime(), SendTryLimit(), SetDeletePDUsFromCombinedStores(), SetDeletePDUsFromPhoneStores(), SetDeletePDUsFromSIM(), SetKSegmentationLifetimeMultiplier(), SetModemInitializationTimeout(), SetReassemblyLifetime(), SetSendTryLimit(), SetTimeout(), TSmsSettings(), TSmsSettingsFlags, Timeout(), iFlags, iKSegmentationLifetimeMultiplier, iModemInitializationTimeoutMicroSeconds32, iReassemblyLifetime, iSendTryLimit, iTimeoutMicroSeconds32
inline const TTimeIntervalMicroSeconds32& Timeout() const;
Gets the time-out value.
|
inline void SetTimeout(const TTimeIntervalMicroSeconds32& aTimeout);
Sets the time-out value.
|
inline TInt SendTryLimit() const;
Gets the maximum number of attempts to send a SMS.
|
inline void SetSendTryLimit(TInt aLimit);
Sets the maximum number of attempts to send a SMS.
|
inline TBool DeletePDUsFromSIM() const;
Gets whether the PDU can be deleted from the SIM.
|
inline void SetDeletePDUsFromSIM(TBool aDelete);
Sets whether the PDU can be deleted from the SIM.
|
inline TBool DeletePDUsFromPhoneStores() const;
Gets whether the PDU can be deleted from the phone store.
|
inline void SetDeletePDUsFromPhoneStores(TBool aDelete);
Sets whether the PDU can be deleted from the phone store.
|
inline TBool DeletePDUsFromCombinedStores() const;
Gets whether the PDU can be deleted from the combined store.
|
inline void SetDeletePDUsFromCombinedStores(TBool aDelete);
Gets whether the PDU can be deleted from the combined store.
|
inline const TTimeIntervalMinutes& ReassemblyLifetime() const;
Gets the value of the Reassembly store life time.
|
inline void SetReassemblyLifetime(const TTimeIntervalMinutes& aReassemblyLifetime);
Sets the value of the Reassembly store life time.
|
inline TInt KSegmentationLifetimeMultiplier() const;
Gets the value of the segmentation store multiplier.
|
inline void SetKSegmentationLifetimeMultiplier(TInt aKSegmentationLifetimeMultiplier);
Sets the value of the segmentation store multiplier.
|
inline const TTimeIntervalMicroSeconds32& ModemInitializationTimeout() const;
Gets the value of the modem initialisation timeout duration.
|
inline void SetModemInitializationTimeout(const TTimeIntervalMicroSeconds32& aTimeout);
Sets the value of the modem initialisation timeout duration.
|
void InternalizeL(RReadStream& aStream);
Internalises the object.
|
void ExternalizeL(RWriteStream& aStream) const;
Externalises the object.
|
private: TTimeIntervalMicroSeconds32 iTimeoutMicroSeconds32;
This member is internal and not intended for use.
private: TTimeIntervalMinutes iReassemblyLifetime;
This member is internal and not intended for use.
private: TInt iKSegmentationLifetimeMultiplier;
This member is internal and not intended for use.
private: TTimeIntervalMicroSeconds32 iModemInitializationTimeoutMicroSeconds32;
This member is internal and not intended for use.
N/A
This member is internal and not intended for use.
|
N/A
This member is internal and not intended for use.
|
N/A
This member is internal and not intended for use.
|
N/A
This member is internal and not intended for use.
|
N/A
This member is internal and not intended for use.
|
private: TSmsSettingsFlags
This member is internal and not intended for use.
|