libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ misagent_client_free()

misagent_error_t misagent_client_free ( misagent_client_t  client)

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

Parameters
clientThe misagent client to disconnect and free.
Returns
MISAGENT_E_SUCCESS on success, MISAGENT_E_INVALID_ARG when client is NULL, or an MISAGENT_E_* error code otherwise.