TSmsReassemblyEntry Class Reference
Link against: wapprot.lib
class TSmsReassemblyEntry : public TSAREntry |
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.
Identifier2 ( )
TInt
| Identifier2 | ( | ) | const [inline] |
Gets Identifier2 from Data1 field.
PassedToClient ( )
TBool
| PassedToClient | ( | ) | const [inline] |
Tests if Passed To Client flag is set.
Returns: True if Passed To Client flag is set.
SetBits7to4andIdentifiers ( TInt, TInt, TInt )
void | SetBits7to4andIdentifiers | ( | TInt | aBits7to4, |
| TInt | aId1, |
| TInt | aId2 |
| ) | [inline] |
Sets bits 7 to 4, Identifier1, and Identifier2, in Data1 field.
Parameter | Description | aBits7to4 | Bits 7 to 4 |
aId1 | Identifier1 |
aId2 | Identifier2 |
SetPassedToClient ( TBool )
void | SetPassedToClient | ( | TBool | aPassed | ) | [inline] |
Sets Passed To Client flag.
Parameter | Description | aPassed | True if Passed To Client flag is set. |
SetPduType ( CSmsPDU::TSmsPDUType )
Parameter | Description | aPduType | PDU type |
SetStorage ( CSmsMessage::TMobileSmsStorage )
Sets storage information.
Parameter | Description | aStorage | Storage information |
Storage ( )
Gets storage information.
Returns: Storage information