libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ preboard_client_free()

preboard_error_t preboard_client_free ( preboard_client_t  client)

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

Parameters
clientThe preboard client to disconnect and free.
Returns
PREBOARD_E_SUCCESS on success, PREBOARD_E_INVALID_ARG when client is NULL, or a PREBOARD_E_* error code otherwise.