libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ debugserver_client_free()

debugserver_error_t debugserver_client_free ( debugserver_client_t  client)

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

Parameters
clientThe debugserver client to disconnect and free.
Returns
DEBUGSERVER_E_SUCCESS on success, DEBUGSERVER_E_INVALID_ARG when client is NULL, or an DEBUGSERVER_E_* error code otherwise.