#include <gsmustor.h>
class TSmsReassemblyEntry : public TSAREntry |
Public Member Functions | |
---|---|
TInt | Bits7to4() |
TInt | Identifier1() |
TInt | Identifier2() |
TBool | PassedToClient() |
CSmsPDU::TSmsPDUType | PduType() |
void | SetBits7to4andIdentifiers(TInt, TInt, TInt) |
void | SetPassedToClient(TBool) |
void | SetPduType(CSmsPDU::TSmsPDUType) |
void | SetStorage(CSmsMessage::TMobileSmsStorage) |
CSmsMessage::TMobileSmsStorage | Storage() |
Inherited Attributes | |
---|---|
TSAREntry::iData1 | |
TSAREntry::iData2 | |
TSAREntry::iData3 | |
TSAREntry::iData4 |
Inherited Enumerations | |
---|---|
TSAREntry:@103 |
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.
TBool | PassedToClient | ( | ) | const [inline] |
Tests if Passed To Client flag is set.
void | SetPassedToClient | ( | TBool | aPassed | ) | [inline] |
Sets Passed To Client flag.
Parameters | |
---|---|
aPassed | True if Passed To Client flag is set. |