| 
                   | 
               
                  
                   | 
            |
Location: 
            gsmustor.h
            
         
class TSmsSegmentationEntry : public TSAREntry;
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.
TSAREntry - Provides generic information useful for the segmentation and reassembly of SMS messages and reassembly of WAP datagrams
            TSmsSegmentationEntry - Abstraction of an SMS segmentation store entry for outgoing SMS messages
            Defined in TSmsSegmentationEntry:
            Delivered(), ExpectStatusReport(), Failed(), PduType(), Reference1(), Reference2(), SetDeliveredAndFailed(), SetPduTypeAndRefs(), SetValidityPeriod(), ValidityPeriod()
            
         
Inherited from TSAREntry:
            Count(),
            Data3(),
            DataStreamId(),
            Description1(),
            Description2(),
            ESmsSAREntryDescriptionLength,
            ExternalizeL(),
            InternalizeL(),
            IsComplete(),
            LogServerId(),
            Reference(),
            SetCount(),
            SetData3(),
            SetDataStreamId(),
            SetDescription1(),
            SetDescription2(),
            SetLogServerId(),
            SetReference(),
            SetTime(),
            SetTotal(),
            Time(),
            Total(),
            anonymous,
            iData1,
            iData2,
            iData3,
            iData4
inline TInt Delivered() const;
Gets number of delivered PDUs.
                  
  | 
            
inline TInt Failed() const;
Gets number of permanently failed PDUs.
                  
  | 
            
inline void SetDeliveredAndFailed(TInt aDelivered, TInt aFailed);
Sets the number of delivered and failed PDUs.
                  
  | 
            
inline TInt ValidityPeriod() const;
Gets the Validity Period.
                  
  | 
            
inline void SetValidityPeriod(TInt aValPer);
Sets the Validity Period.
                  
  | 
            
inline TBool ExpectStatusReport() const;
Tests if a status report is expected.
                  
  | 
            
inline CSmsPDU::TSmsPDUType PduType() const;
Gets the type of the PDU.
                  
  | 
            
inline TInt Reference1() const;
Gets the message reference (low byte).
                  
  | 
            
inline TInt Reference2() const;
Gets the message reference (high byte).
                  
  | 
            
inline void SetPduTypeAndRefs(TBool aSR, TInt aPduType, TInt aRef1, TInt aRef2);
Sets status report flag, PDU type, and message references.
                  
  |