libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ companion_proxy_client_new()

companion_proxy_error_t companion_proxy_client_new ( idevice_t  device,
lockdownd_service_descriptor_t  service,
companion_proxy_client_t client 
)

Connects to the companion_proxy service on the specified device.

Parameters
deviceThe device to connect to.
serviceThe service descriptor returned by lockdownd_start_service.
clientPointer that will point to a newly allocated companion_proxy_client_t upon successful return. Must be freed using companion_proxy_client_free() after use.
Returns
COMPANION_PROXY_E_SUCCESS on success, COMPANION_PROXY_E_INVALID_ARG when the arguments are invalid, or an COMPANION_PROXY_E_* error code otherwise.