| const TUint | KWAPSMSDatagramProtocol |
WAP SMS Protocol Module datagram protocol ID.
| const TInt | KWAPSMSNumberSockets |
WAP SMS Protocol Module maximum number of sockets supported.
| const TUint | KWAPSMSMaxDatagramSize |
The maximum datagram size the SMS sockets protocol supports.
| const TUint | KWAPSMSDatagramServiceInfo |
WAP SMS Protocol Module service information flags.
| const TUint | KWAPCDMASMSAddrFamily |
CDMA WAP SMS Protocol Module address family ID for legacy WDP application.
| _LIT | ( | KWAPSMSProtocolId | , |
| "WAPSMS Datagram" | |||
| ) | |||
| _LIT | ( | KWAPCDMASMSProtocolId | , |
| "WAP CDMA SMS Datagram" | |||
| ) | |||
WAP port setting.
| Enumerator | Value | Description |
|---|---|---|
| EWapPortUnspecified | -1 |
Unspecified. |
| EWapPortWsp | 9200 |
Connectionless session protocol. |
| EWapPortWspWtp | 9201 |
Connection oriented session protocol. |
| EWapPortWspWtls | 9202 |
Secure connectionless session protocol. |
| EWapPortWspWtpWtls | 9203 |
Secure connection oriented session protocol. |
| EWapPortVCard | 9204 |
vCard. |
| EWapPortVCardWtls | 9206 |
Secure vCard. |
| EWapPortVCal | 9205 |
vCal. |
| EWapPortVCalWtls | 9207 |
Secure vCal. |
| const TInt | KWapSmsOptionLevel |
WAP SMS Protocol Module option level, for RSocket::SetOpt() and RSocket::GetOpt() calls.
| const TInt | KWapSmsOptionNameDCS |
WAP SMS Protocol Module option for the data coding scheme.
* anOption in RSocket::GetOpt() and RSocket::SetOpt() should be a TWapSmsDataCodingScheme value.
| const TInt | KWapSmsOptionWapDatagram |
WAP SMS Protocol Module option to set the message type to WAP datagram.
| const TInt | KWapSmsStatusReportScheme |
WAP SMS Protocol Module option to set the status report of the last segment.
WAP Data Coding Scheme types.
* These are used with KWapSmsOptionNameDCS.
| Enumerator | Value | Description |
|---|---|---|
| EWapSms7BitDCS |
7-bit. | |
| EWapSms8BitDCS |
8-bit. |
WAP Status Report Scheme types.
These are used with KWapSmsStatusReportScheme.
| Enumerator | Value | Description |
|---|---|---|
| EWapSmsDefault |
Default Scheme. | |
| EWapSmsTPSRR |
TPSRR Scheme. | |
| EWapSmsCtrlInfoElement |
Control Information Element Scheme. |