libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ syslog_relay_client_free()

syslog_relay_error_t syslog_relay_client_free ( syslog_relay_client_t  client)

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

Parameters
clientThe syslog_relay client to disconnect and free.
Returns
SYSLOG_RELAY_E_SUCCESS on success, SYSLOG_RELAY_E_INVALID_ARG when client is NULL, or an SYSLOG_RELAY_E_* error code otherwise.