libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ service_disable_ssl()

service_error_t service_disable_ssl ( service_client_t  client)

Disable SSL for the given service client.

Parameters
clientThe connected service client for that SSL should be disabled.
Returns
SERVICE_E_SUCCESS on success, SERVICE_E_INVALID_ARG if client or client->connection is NULL, or SERVICE_E_UNKNOWN_ERROR otherwise.