Location:
gsmustor.h
class TSmsReassemblyEntry : public TSAREntry;
Abstraction of an SMS reassembly store entry for incoming SMS messages.
This class should reflect parts of a complete SMS message to be stored in the reassembly store.
TSAREntry
- Provides generic information useful for the segmentation and reassembly of SMS messages and reassembly of WAP datagrams
TSmsReassemblyEntry
- Abstraction of an SMS reassembly store entry for incoming SMS messages
Defined in TSmsReassemblyEntry
:
Bits7to4()
, Identifier1()
, Identifier2()
, PassedToClient()
, PduType()
, SetBits7to4andIdentifiers()
, SetPassedToClient()
, SetPduType()
, SetStorage()
, Storage()
Inherited from TSAREntry
:
Count()
,
Data3()
,
DataStreamId()
,
Description1()
,
Description2()
,
ESmsSAREntryDescriptionLength
,
ExternalizeL()
,
InternalizeL()
,
IsComplete()
,
LogServerId()
,
Reference()
,
SetCount()
,
SetData3()
,
SetDataStreamId()
,
SetDescription1()
,
SetDescription2()
,
SetLogServerId()
,
SetReference()
,
SetTime()
,
SetTotal()
,
Time()
,
Total()
,
anonymous
,
iData1
,
iData2
,
iData3
,
iData4
inline TInt Bits7to4() const;
Gets bits 7 to 4 from Data1 field.
|
inline TInt Identifier1() const;
Gets Identifier1 from Data1 field.
|
inline TInt Identifier2() const;
Gets Identifier2 from Data1 field.
|
inline void SetBits7to4andIdentifiers(TInt aBits7to4, TInt aId1, TInt aId2);
Sets bits 7 to 4, Identifier1, and Identifier2, in Data1 field.
|
inline CSmsPDU::TSmsPDUType PduType() const;
Gets PDU type.
|
inline void SetPduType(CSmsPDU::TSmsPDUType aPduType);
Sets PDU type.
|
inline TBool PassedToClient() const;
Tests if Passed To Client flag is set.
|
inline void SetPassedToClient(TBool aPassed);
Sets Passed To Client flag.
|
inline CSmsMessage::TMobileSmsStorage Storage() const;
Gets storage information.
|
inline void SetStorage(CSmsMessage::TMobileSmsStorage aStorage);
Sets storage information.
|