libimobiledevice  1.3.0-dirty
API Documentation - Return to Homepage

◆ property_list_service_client_new()

property_list_service_error_t property_list_service_client_new ( idevice_t device,
lockdownd_service_descriptor_t service,
property_list_service_client_t * client )

Creates a new property list service for the specified port.

Parameters
deviceThe device to connect to.
serviceThe service descriptor returned by lockdownd_start_service.
clientPointer that will be set to a newly allocated property_list_service_client_t upon successful return.
Returns
PROPERTY_LIST_SERVICE_E_SUCCESS on success, PROPERTY_LIST_SERVICE_E_INVALID_ARG when one of the arguments is invalid, or PROPERTY_LIST_SERVICE_E_MUX_ERROR when connecting to the device failed.