#include <gsmuetel.h>
| class TGsmSms |
| Public Member Functions | |
|---|---|
| TGsmSms() | |
| const TDesC8 & | Pdu() |
| const TGsmSmsTelNumber & | Sca() |
| void | SetPdu(const TDesC8 &) |
| void | SetSca(const TGsmSmsTelNumber &) |
Basic SMS class that contains some of the Etel mulit-mode SMS types.
| const TDesC8 & | Pdu | ( | ) | const [inline] |
Gets a descriptor containing the PDU.
Returns: Descriptor containing the PDU
| const TGsmSmsTelNumber & | Sca | ( | ) | const [inline] |
Gets the Service Centre Address.
Returns: Service Centre Address
| void | SetPdu | ( | const TDesC8 & | aPdu | ) | [inline] |
Sets the PDU.
| Parameter | Description |
|---|---|
| aPdu | Descriptor containing the PDU |
| void | SetSca | ( | const TGsmSmsTelNumber & | aSca | ) | [inline] |
Sets the Service Centre Address.
| Parameter | Description |
|---|---|
| aSca | Service Centre Address |