libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ mobile_image_mounter_start_service()

mobile_image_mounter_error_t mobile_image_mounter_start_service ( idevice_t  device,
mobile_image_mounter_client_t client,
const char *  label 
)

Starts a new mobile_image_mounter service on the specified device and connects to it.

Parameters
deviceThe device to connect to.
clientPointer that will point to a newly allocated mobile_image_mounter_t upon successful return. Must be freed using mobile_image_mounter_free() after use.
labelThe label to use for communication. Usually the program name. Pass NULL to disable sending the label in requests to lockdownd.
Returns
MOBILE_IMAGE_MOUNTER_E_SUCCESS on success, or an MOBILE_IMAGE_MOUNTER_E_* error code otherwise.