libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ diagnostics_relay_client_new()

diagnostics_relay_error_t diagnostics_relay_client_new ( idevice_t  device,
lockdownd_service_descriptor_t  service,
diagnostics_relay_client_t client 
)

Connects to the diagnostics_relay service on the specified device.

Parameters
deviceThe device to connect to.
serviceThe service descriptor returned by lockdownd_start_service.
clientReference that will point to a newly allocated diagnostics_relay_client_t upon successful return.
Returns
DIAGNOSTICS_RELAY_E_SUCCESS on success, DIAGNOSTICS_RELAY_E_INVALID_ARG when one of the parameters is invalid, or DIAGNOSTICS_RELAY_E_MUX_ERROR when the connection failed.