Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: wapcli.h
Link against: wapstkcli.lib

Class RWAPServ

RWAPServ

Support

Supported from 6.0

Description

Client handle to an EPOC WAP server session.

Before using other classes in this API, clients must open a session to the server.

Derivation

RHandleBaseHandle to an object
RSessionBaseClient-side handle to a session with a server
RWAPServClient handle to an EPOC WAP server session

Defined in RWAPServ:
Close(), Connect(), RWAPServ(), Version()

Inherited from RHandleBase:
Duplicate(), Handle(), SetHandle()

Inherited from RSessionBase:
Attach(), CreateSession(), EAutoAttach, EExplicitAttach, Send(), SendReceive(), SetRetry(), Share(), TAttachMode


Construction


RWAPServ()

RWAPServ();

Description

Default C++ constructor.

[Top]


Member functions


Close()

void Close();

Description

Closes session with EPOC WAP server.


Connect()

TInt Connect();

Description

Opens session with EPOC WAP server. It starts the server, if it is not already running.

Return value

TInt

System-wide error code


Version()

TVersion Version();

Description

Gets version of current EPOC WAP server.

Return value

TVersion