|
||
class RSyncMLSettings : public RSubSessionBase;
Handle to global settings for SyncML
sync behaviour.
RSubSessionBase
-
Client-side handle to a sub-session.
RSyncMLSettings
- Handle to global settings for SyncML sync behaviour.
Defined in RSyncMLSettings
:
Close()
Closes the settings handle.GetValueL(TSmlGlobalSetting)const
Gets the current value for the specified setting.OpenL(RSyncMLSession &)
Opens a handle to the SyncML global settings.SetValueL(TSmlGlobalSetting,TInt)
Sets the current value of the specified setting.Inherited from RSubSessionBase
:
CloseSubSession(TInt)
Closes the sub-session.CreateAutoCloseSubSession(RSessionBase &,TInt,const TIpcArgs &)
Creates a new sub-session within an existing session. The new sub-session takes ...CreateSubSession(const RSessionBase &,TInt)
Creates a new sub-session within an existing session.CreateSubSession(const RSessionBase &,TInt,const TIpcArgs &)
Creates a new sub-session within an existing session.Send(TInt)const
Sends a blind message to the server - no reply is expected.Send(TInt,const TIpcArgs &)const
Sends a blind message to the server - no reply is expected.SendReceive(TInt)const
Sends a message to the server and waits synchronously for a reply.SendReceive(TInt,TRequestStatus &)const
Sends a message to the server and waits asynchronously for the reply.SendReceive(TInt,const TIpcArgs &)const
Sends a message to the server and waits synchronously for a reply.SendReceive(TInt,const TIpcArgs &,TRequestStatus &)const
Sends a message to the server and waits asynchronously for the reply.Session()const
Returns a copy of the session associated with this sub-session.SubSessionHandle()const
Gets the sub-session handle number.TSmlGlobalSetting
Global settings supported by the RSyncMLSettings class. IMPORT_C void OpenL(RSyncMLSession &);
Opens a handle to the SyncML
global settings.
|
|
IMPORT_C TInt GetValueL(TSmlGlobalSetting) const;
The handle is open.
Gets the current value for the specified setting.
|
|
|
Capability: | WriteDeviceData |
IMPORT_C void SetValueL(TSmlGlobalSetting, TInt aValue);
The handle is open.
Sets the current value of the specified setting.
|
|
IMPORT_C void Close();
Closes the settings handle.