libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ mobileactivation_client_free()

mobileactivation_error_t mobileactivation_client_free ( mobileactivation_client_t  client)

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

Parameters
clientThe mobileactivation client to disconnect and free.
Returns
MOBILEACTIVATION_E_SUCCESS on success, MOBILEACTIVATION_E_INVALID_ARG when one of client or client->parent is invalid, or MOBILEACTIVATION_E_UNKNOWN_ERROR when the was an error freeing the parent property_list_service client.