Sends changed entities of the currently set data class to the device.
- Parameters
-
client | The mobilesync client |
entities | The changed entity records as a PLIST_DICT |
is_last_record | A flag indicating if this submission is the last one |
actions | Additional actions for the device created with mobilesync_actions_new() or NULL if no actions should be passed |
- Return values
-
MOBILESYNC_E_SUCCESS | on success |
MOBILESYNC_E_INVALID_ARG | if one of the parameters is invalid, |
MOBILESYNC_E_WRONG_DIRECTION | if the current sync direction does not permit this call |