TSmsReassemblyEntry Class Reference

#include <gsmustor.h>

Link against: wapprot.lib

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.

Returns: Bits 7 to 4 of Data 1

Identifier1 ( )

TInt Identifier1()const [inline]

Gets Identifier1 from Data1 field.

Returns: Identifier1

Identifier2 ( )

TInt Identifier2()const [inline]

Gets Identifier2 from Data1 field.

Returns: Identifier2

PassedToClient ( )

TBool PassedToClient()const [inline]

Tests if Passed To Client flag is set.

Returns: True if Passed To Client flag is set.

PduType ( )

CSmsPDU::TSmsPDUType PduType()const [inline]

Gets PDU type.

Returns: PDU type

SetBits7to4andIdentifiers ( TInt, TInt, TInt )

voidSetBits7to4andIdentifiers(TIntaBits7to4,
TIntaId1,
TIntaId2
)[inline]

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

ParameterDescription
aBits7to4Bits 7 to 4
aId1Identifier1
aId2Identifier2

SetPassedToClient ( TBool )

voidSetPassedToClient(TBoolaPassed)[inline]

Sets Passed To Client flag.

ParameterDescription
aPassedTrue if Passed To Client flag is set.

SetPduType ( CSmsPDU::TSmsPDUType )

voidSetPduType(CSmsPDU::TSmsPDUTypeaPduType)[inline]

Sets PDU type.

ParameterDescription
aPduTypePDU type

SetStorage ( CSmsMessage::TMobileSmsStorage )

voidSetStorage(CSmsMessage::TMobileSmsStorageaStorage)[inline]

Sets storage information.

ParameterDescription
aStorageStorage information

Storage ( )

CSmsMessage::TMobileSmsStorage Storage()const [inline]

Gets storage information.

Returns: Storage information