TSmsReassemblyEntry Class Reference

#include <gsmustor.h>

class TSmsReassemblyEntry : public TSAREntry

Inherits from

Detailed Description

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.

Member Function Documentation

Bits7to4 ( )

TInt Bits7to4()const [inline]

Gets bits 7 to 4 from Data1 field.

Return Value
Bits 7 to 4 of Data 1

Identifier1 ( )

TInt Identifier1()const [inline]

Gets Identifier1 from Data1 field.

Return Value
Identifier1

Identifier2 ( )

TInt Identifier2()const [inline]

Gets Identifier2 from Data1 field.

Return Value
Identifier2

PassedToClient ( )

TBool PassedToClient()const [inline]

Tests if Passed To Client flag is set.

Return Value
True if Passed To Client flag is set.

PduType ( )

CSmsPDU::TSmsPDUType PduType()const [inline]

Gets PDU type.

Return Value
PDU type

SetBits7to4andIdentifiers ( TInt, TInt, TInt )

voidSetBits7to4andIdentifiers(TIntaBits7to4,
TIntaId1,
TIntaId2
)[inline]

Sets bits 7 to 4, Identifier1, and Identifier2, in Data1 field.

Parameters
aBits7to4Bits 7 to 4
aId1Identifier1
aId2Identifier2

SetPassedToClient ( TBool )

voidSetPassedToClient(TBoolaPassed)[inline]

Sets Passed To Client flag.

Parameters
aPassedTrue if Passed To Client flag is set.

SetPduType ( CSmsPDU::TSmsPDUType )

voidSetPduType(CSmsPDU::TSmsPDUTypeaPduType)[inline]

Sets PDU type.

Parameters
aPduTypePDU type

SetStorage ( CSmsMessage::TMobileSmsStorage )

voidSetStorage(CSmsMessage::TMobileSmsStorageaStorage)[inline]

Sets storage information.

Parameters
aStorageStorage information

Storage ( )

CSmsMessage::TMobileSmsStorage Storage()const [inline]

Gets storage information.

Return Value
Storage information