libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ file_relay_client_free()

file_relay_error_t file_relay_client_free ( file_relay_client_t  client)

Disconnects a file_relay client from the device and frees up the file_relay client data.

Parameters
clientThe file_relay client to disconnect and free.
Returns
FILE_RELAY_E_SUCCESS on success, FILE_RELAY_E_INVALID_ARG when one of client or client->parent is invalid, or FILE_RELAY_E_UNKNOWN_ERROR when the was an error freeing the parent property_list_service client.