|
|
|
|
Location:
gsmuetel.h
class TGsmSms;
Basic SMS class that contains some of the Etel mulit-mode SMS types.
Defined in TGsmSms:
Pdu(), Sca(), SetPdu(), SetSca(), TGsmSms()
inline const TDesC8 &Pdu() const;
Gets a descriptor containing the PDU.
|
inline void SetPdu(const TDesC8 &aPdu);
Sets the PDU.
|
inline const TGsmSmsTelNumber &Sca() const;
Gets the Service Centre Address.
|
inline void SetSca(const TGsmSmsTelNumber &aSca);
Sets the Service Centre Address.
|