libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ heartbeat_client_free()

heartbeat_error_t heartbeat_client_free ( heartbeat_client_t  client)

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

Parameters
clientThe heartbeat client to disconnect and free.
Returns
HEARTBEAT_E_SUCCESS on success, HEARTBEAT_E_INVALID_ARG when client is NULL, or an HEARTBEAT_E_* error code otherwise.