RSyncMLConnection Class Reference
#include
<SyncMLClient.h>
Link against: SyncMLClientAPI.lib
| class RSyncMLConnection : 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
Handle to data defining a connection to a remote SyncML server in the context of a profile.
Constructor & Destructor Documentation
RSyncMLConnection ( )
| IMPORT_C | RSyncMLConnection | ( | ) | |
Member Function Documentation
CreateL ( RSyncMLProfileBase &, TSmlTransportId )
GetPropertyL ( const TDesC8 & )
| IMPORT_C const TDesC8 & | GetPropertyL | ( | const TDesC8 & | aName | ) | const |
IsReadOnly ( )
| IMPORT_C TBool | IsReadOnly | ( | ) | const |
OpenByConnectionIdL ( RSyncMLProfileBase &, TSmlConnectionId )
OpenL ( RSyncMLProfileBase &, TSmlTransportId )
Priority ( )
| IMPORT_C TUint | Priority | ( | ) | const |
RetryCount ( )
| IMPORT_C TUint | RetryCount | ( | ) | const |
ServerURI ( )
| IMPORT_C const TDesC8 & | ServerURI | ( | ) | const |
SetPriority ( TUint )
| IMPORT_C void | SetPriority | ( | TUint | | ) | |
SetPropertyL ( const TDesC8 &, const TDesC8 & )
| IMPORT_C void | SetPropertyL | ( | const TDesC8 & | aName, |
| | const TDesC8 & | aValue |
| | ) | |
SetRetryCount ( TUint )
| IMPORT_C void | SetRetryCount | ( | TUint | | ) | |
SetServerURIL ( const TDesC8 & )
| IMPORT_C void | SetServerURIL | ( | const TDesC8 & | | ) | |