libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ np_client_free()

np_error_t np_client_free ( np_client_t  client)

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

Parameters
clientThe notification_proxy client to disconnect and free.
Returns
NP_E_SUCCESS on success, or NP_E_INVALID_ARG when client is NULL.