RSyncMLHistoryLog Class Reference
#include
<SyncMLClient.h>
Link against: SyncMLClientAPI.lib
class RSyncMLHistoryLog : public RSubSessionBase |
Inherited Functions |
---|
| RSubSessionBase::CloseSubSession(TInt) |
| RSubSessionBase::CreateAutoCloseSubSession(RSessionBase &,TInt,const TIpcArgs &) |
| RSubSessionBase::CreateSubSession(const RSessionBase &,TInt) |
| RSubSessionBase::CreateSubSession(const RSessionBase &,TInt,const TIpcArgs &) |
| RSubSessionBase::RSubSessionBase() |
| RSubSessionBase::Send(TInt)const |
| RSubSessionBase::Send(TInt,const TIpcArgs &)const |
| RSubSessionBase::SendReceive(TInt)const |
| RSubSessionBase::SendReceive(TInt,TRequestStatus &)const |
| RSubSessionBase::SendReceive(TInt,const TIpcArgs &)const |
| RSubSessionBase::SendReceive(TInt,const TIpcArgs &,TRequestStatus &)const |
| RSubSessionBase::Session()const |
| RSubSessionBase::SubSessionHandle()const |
Detailed Description
Snapshot of history for a profile.
Constructor & Destructor Documentation
RSyncMLHistoryLog ( )
IMPORT_C | RSyncMLHistoryLog | ( | ) | |
Member Function Documentation
Count ( )
IMPORT_C TInt | Count | ( | ) | const |
DeleteAllEntriesL ( )
IMPORT_C void | DeleteAllEntriesL | ( | ) | |
OpenL ( RSyncMLSession &, TSmlProfileId )
SortEntries ( CSyncMLHistoryEntry::TSortOrder )
operator[] ( TInt )
Returns the entry at the specified index.
- Pre-condition
- The handle is open.
Parameter | Description | aIndex | The index of the entry to retrieve. |
Returns: The entry at the specified index.