Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <SyncMLClient.h>
Link against: smlclient.lib
This item is not part of the S60 5th Edition SDK

Class RSyncMLJobBase

class RSyncMLJobBase : public RSubSessionBase;

Description

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:

Derivation

Members

Defined in RSyncMLJobBase:

Inherited from RSubSessionBase:

See also:


Member functions


Identifier()const

IMPORT_C TSmlJobId Identifier() const;

Pre-Condition

The handle is open.

Description

Returns the ID of the job referred to by this handle.

Return value

TSmlJobId

The ID of the job.


Profile()const

IMPORT_C TSmlProfileId Profile() const;

Pre-Condition

The handle is open.

Description

Returns the ID of the profile referred to by this handle.

Return value

TSmlProfileId

The ID of the profile.


Close()

IMPORT_C void Close();

Description

Closes the job handle. This has no effect on the actual job.