#include <es_wsms.h>
| class TWapAddr : public TSockAddr, public TSockAddr |
| Public Member Enumerations | |
|---|---|
| enum | anonymous { EMaxWapAddressLength } |
| Public Member Functions | |
|---|---|
| void | SetWapAddress(const TDesC8 &) |
| void | SetWapPort(TWapPortNumber) |
| TPtrC8 | WapAddress() |
| TWapPortNumber | WapPort() |
| TBool | operator==(const TWapAddr &) |
| Inherited Attributes | |
|---|---|
| TBuf8< KMaxSockAddrSize >::iBuf | |
| TDes8::__DECLARE_TEST | |
| TDes8::iMaxLength | |
Socket address type used with the WAP SMS Protocol Module.
| Enumerator | Value | Description |
|---|---|---|
| EMaxWapAddressLength | 24 |
| void | SetWapAddress | ( | const TDesC8 & | aTel | ) | [inline] |
Sets the WAP address.
* Sets the WAP port address.
| Parameters | |
|---|---|
| aTel | WAP address. |
| void | SetWapPort | ( | TWapPortNumber | aPort | ) | [inline] |
Sets the WAP port number.
* Sets the wap port number.
| Parameters | |
|---|---|
| aPort | WAP port number |
| TPtrC8 | WapAddress | ( | ) | const [inline] |
Gets the WAP address.
* Gets the WAP address.