libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ sbservices_client_free()

sbservices_error_t sbservices_client_free ( sbservices_client_t  client)

Disconnects an sbservices client from the device and frees up the sbservices client data.

Parameters
clientThe sbservices client to disconnect and free.
Returns
SBSERVICES_E_SUCCESS on success, SBSERVICES_E_INVALID_ARG when client is NULL, or an SBSERVICES_E_* error code otherwise.