Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: SyncMLDef.h

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

Enum TSmlSyncType

TSmlSyncType

Description

Flags for synchronisation types.

ESmlTwoWay

Two-way sync.

A normal sync type in which the client and the server exchange information about modified data in these devices. The client sends the modifications first.

ESmlOneWayFromServer

One-way sync from server.

A sync type in which the client gets all modifications from the server, but the client does not send its modifications to the server.

ESmlOneWayFromClient

One-way sync from client.

A sync type in which the client sends its modifications to the server, but the server does not send its modifications back to the client.

ESmlSlowSync

Slow sync.

A form of two-way sync in which the client sends all its data to the server, and the server does the sync analysis for this data and the data in the server. The server may undertake a field by field analysis.

ESmlRefreshFromServer

Refresh sync from server.

A sync type in which the server exports all its data to the client. The client replaces all data in the target database with the data sent by the server.

ESmlRefreshFromClient

Refresh sync from client.

A sync type in which the client exports all its data to the server. The server replaces all data in the target database with the data sent by the client.

ESmlServerAlertedSync

A sync type for SyncML Server Alerted Notification: The logical structure and format of the notification messages used by all SyncML server alerted notifications, for both DS and DM.