Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: SyncMLClient.h
Link against: smlclient.lib

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

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:
Close(), Identifier(), Profile()

Inherited from RSubSessionBase:
CloseSubSession(), CreateAutoCloseSubSession(), CreateSubSession(), Send(), SendReceive(), Session(), SubSessionHandle()

See also:


Member functions


Identifier()

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()

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.