libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ file_relay_client_start_service()

file_relay_error_t file_relay_client_start_service ( idevice_t  device,
file_relay_client_t client,
const char *  label 
)

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

Parameters
deviceThe device to connect to.
clientPointer that will point to a newly allocated file_relay_client_t upon successful return. Must be freed using file_relay_client_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
FILE_RELAY_E_SUCCESS on success, or an FILE_RELAY_E_* error code otherwise.