libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ mobilebackup2_client_new()

mobilebackup2_error_t mobilebackup2_client_new ( idevice_t  device,
lockdownd_service_descriptor_t  service,
mobilebackup2_client_t client 
)

Connects to the mobilebackup2 service on the specified device.

Parameters
deviceThe device to connect to.
serviceThe service descriptor returned by lockdownd_start_service.
clientPointer that will be set to a newly allocated mobilebackup2_client_t upon successful return.
Returns
MOBILEBACKUP2_E_SUCCESS on success, MOBILEBACKUP2_E_INVALID ARG if one or more parameter is invalid, or MOBILEBACKUP2_E_BAD_VERSION if the mobilebackup2 version on the device is newer.