class TGsmSms |
Basic SMS class that contains some of the Etel mulit-mode SMS types.
Public Member Functions | |
---|---|
TGsmSms() | |
const TDesC8 & | Pdu() |
const TGsmSmsTelNumber & | Sca() |
void | SetPdu(const TDesC8 &) |
void | SetSca(const TGsmSmsTelNumber &) |
Private Attributes | |
---|---|
NMobileSmsMessaging::TMobileSmsGsmTpdu | iPdu |
TGsmSmsTelNumber | iSca |
const TDesC8 & | Pdu | ( | ) | const [inline] |
Gets a descriptor containing the PDU.
Descriptor containing the PDU
const TGsmSmsTelNumber & | Sca | ( | ) | const [inline] |
Gets the Service Centre Address.
Service Centre Address
void | SetPdu | ( | const TDesC8 & | aPdu | ) | [inline] |
Sets the PDU.
const TDesC8 & aPdu | Descriptor containing the PDU |
void | SetSca | ( | const TGsmSmsTelNumber & | aSca | ) | [inline] |
Sets the Service Centre Address.
const TGsmSmsTelNumber & aSca | Service Centre Address |