Don't instantiate it - there is a datastore and a connection missing;
go for SyncmlContactsInterface instead.
|
handle_event(self,
sync_object,
event,
userdata,
err)
handle_event is called by libsyncml at different stages of a sync
This includes when this connect and disconnect and when errors occur. |
source code
|
|
|
handle_change(self,
sync_object,
source,
type,
uid,
data,
size,
userdata,
err)
handle_change is called by libsyncml to tells us about changes on the
server or device we are synchronising to. |
source code
|
|
|
handle_devinf(self,
sync_object,
info,
userdata,
err)
handle_devinf is called by libsyncml to tells us information such as
device mfr and firmware version of whatever we are syncing against. |
source code
|
|
|
|
|
handle_get_anchor(self,
sync_object,
name,
userdata,
err) |
source code
|
|
|
handle_set_anchor(self,
sync_object,
name,
value,
userdata,
err) |
source code
|
|
|
handle_get_alert_type(self,
sync_object,
source,
alert_type,
userdata,
err) |
source code
|
|
|
|
|
|
|
__init__(self,
address)
Initializes all parameters |
source code
|
|
|
downloadItems(self)
Public Interface: download all contacts from server |
source code
|
|
|
applyChanges(self,
adds={ } ,
dels={ } ,
mods={ } )
Public Interface: apply changes on server |
source code
|
|
|
|