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 |
RTimeServerSession This class provides the client-side interface to the server session
Definition at line 45 of file timeserversession.h.
| RTimeServerSession::RTimeServerSession | ( | ) |
RTimeServerSession. Constructs the object.
Definition at line 36 of file timeserversession.cpp.
| RTimeServerSession::RTimeServerSession | ( | ) |
RTimeServerSession. Constructs the object.
| TInt RTimeServerSession::Connect | ( | ) |
Connect. Connects to the server and create a session.
Definition at line 47 of file timeserversession.cpp.
| TVersion RTimeServerSession::Version | ( | void | ) | const |
Version. Gets the version number.
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.
| 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.
| TVersion RTimeServerSession::Version | ( | ) | const |
Version. Gets the version number.
| void RTimeServerSession::RequestTime | ( | TTime & | aTime | ) | const |
RequestTime. Issues a request for the time to the server.
| aTime | The location for the server to write data into. |
Definition at line 76 of file timeserversession.cpp.
1.6.2