libimobiledevice  1.4.0
API Documentation - Return to Homepage

◆ ostrace_client_free()

LIBIMOBILEDEVICE_API ostrace_error_t ostrace_client_free ( ostrace_client_t client)

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

Parameters
clientThe ostrace client to disconnect and free.
Returns
OSTRACE_E_SUCCESS on success, OSTRACE_E_INVALID_ARG when client is NULL, or an OSTRACE_E_* error code otherwise.