|
||
class RSyncMLJobBase : public RSubSessionBase;
Base class for a handle to a job.
Data synchronisation and device management job handles are implemented by derived classes.
Not intended for user derivation. Public derived classes:
RSubSessionBase
-
Client-side handle to a sub-session.
RSyncMLJobBase
- Base class for a handle to a job.
Defined in RSyncMLJobBase
:
Close()
Closes the job handle. This has no effect on the actual job.Identifier()const
Returns the ID of the job referred to by this handle.Profile()const
Returns the ID of the profile referred to by this handle.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.RSyncMLDataSyncJob
Handle to a data synchronisation job.RSyncMLDevManJob
Handle to a device management job.IMPORT_C TSmlJobId Identifier() const;
The handle is open.
Returns the ID of the job referred to by this handle.
|
IMPORT_C TSmlProfileId Profile() const;
The handle is open.
Returns the ID of the profile referred to by this handle.
|
IMPORT_C void Close();
Closes the job handle. This has no effect on the actual job.