#include <gsmustor.h>
class TSmsSegmentationEntry : public TSAREntry |
Public Member Functions | |
---|---|
TInt | Delivered() |
TBool | ExpectStatusReport() |
TInt | Failed() |
CSmsPDU::TSmsPDUType | PduType() |
TInt | Reference1() |
TInt | Reference2() |
void | SetDeliveredAndFailed(TInt, TInt) |
void | SetPduTypeAndRefs(TBool, TInt, TInt, TInt) |
void | SetValidityPeriod(TInt) |
TInt | ValidityPeriod() |
Inherited Attributes | |
---|---|
TSAREntry::iData1 | |
TSAREntry::iData2 | |
TSAREntry::iData3 | |
TSAREntry::iData4 |
Inherited Enumerations | |
---|---|
TSAREntry:@209 |
Abstraction of an SMS segmentation store entry for outgoing SMS messages.
This class should reflect parts of a complete SMS message to be stored in the segmentation store.
TBool | ExpectStatusReport | ( | ) | const [inline] |
Tests if a status report is expected.
Returns: True if a status report is expected
TInt | Failed | ( | ) | const [inline] |
Gets number of permanently failed PDUs.
Returns: Number of permanently failed PDUs
TInt | Reference1 | ( | ) | const [inline] |
Gets the message reference (low byte).
Returns: Message reference (low byte)
TInt | Reference2 | ( | ) | const [inline] |
Gets the message reference (high byte).
Returns: Message reference (high byte)
void | SetValidityPeriod | ( | TInt | aValPer | ) | [inline] |
Sets the Validity Period.
Parameter | Description |
---|---|
aValPer | Validity Period |