RTimeServerSession Class Reference

List of all members.

Public Member Functions

 RTimeServerSession ()
TInt Connect ()
TVersion Version () const
void RequestTime (TTime &aTime, TRequestStatus &aStatus)
void CancelRequestTime () const
 RTimeServerSession ()
TInt Connect ()
TVersion Version () const
void RequestTime (TTime &aTime) const

Detailed Description

RTimeServerSession This class provides the client-side interface to the server session

Definition at line 45 of file timeserversession.h.


Constructor & Destructor Documentation

RTimeServerSession::RTimeServerSession (  ) 

RTimeServerSession. Constructs the object.

Definition at line 36 of file timeserversession.cpp.

RTimeServerSession::RTimeServerSession (  ) 

RTimeServerSession. Constructs the object.


Member Function Documentation

TInt RTimeServerSession::Connect (  ) 

Connect. Connects to the server and create a session.

Returns:
Error code.

Definition at line 47 of file timeserversession.cpp.

TVersion RTimeServerSession::Version ( void   )  const

Version. Gets the version number.

Returns:
The version.

Definition at line 65 of file timeserversession.cpp.

void RTimeServerSession::RequestTime ( TTime &  aTime,
TRequestStatus &  aStatus 
)

RequestTime. Issues a request for the time to the server.

Parameters:
aTime The location for the server to write data into.
aStatus The TRequestStatus object to be used for async comms.

Definition at line 77 of file timeserversession.cpp.

void RTimeServerSession::CancelRequestTime (  )  const

CancelRequestTime. Cancels any outstanding request to the server.

Definition at line 96 of file timeserversession.cpp.

TInt RTimeServerSession::Connect (  ) 

Connect. Connects to the server and create a session.

Returns:
Error code.
TVersion RTimeServerSession::Version (  )  const

Version. Gets the version number.

Returns:
The version.
void RTimeServerSession::RequestTime ( TTime &  aTime  )  const

RequestTime. Issues a request for the time to the server.

Parameters:
aTime The location for the server to write data into.

Definition at line 76 of file timeserversession.cpp.


Generated by  doxygen 1.6.2