RSecureSession Class Reference

List of all members.

Public Member Functions

 RSecureSession ()
TInt Connect ()
TVersion Version () const
TInt ResourceCountL ()
void Close ()

Detailed Description

The client-side handle to a session with the server. The class forms a layer over the Symbian provided RSessionBase class. The main example code calls member functions in the subsession class to make requests to the server. The subsession forwards the requests to the server through the session. A request is identified by a number. This is one of the TSecureServerRequest enum values defined in secureclientandserver.h, The session passes the number and any arguments to the server in a TIpcArgs object.

See also:
RSecureSubSession

Definition at line 47 of file secureclient.h.


Constructor & Destructor Documentation

RSecureSession::RSecureSession (  ) 

Member Function Documentation

TInt RSecureSession::Connect (  ) 
TVersion RSecureSession::Version ( void   )  const
TInt RSecureSession::ResourceCountL (  ) 
void RSecureSession::Close (  ) 

Generated by  doxygen 1.6.2