libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ screenshotr_client_free()

screenshotr_error_t screenshotr_client_free ( screenshotr_client_t  client)

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

Parameters
clientThe screenshotr client to disconnect and free.
Returns
SCREENSHOTR_E_SUCCESS on success, or SCREENSHOTR_E_INVALID_ARG if client is NULL.