libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ property_list_service_enable_ssl()

property_list_service_error_t property_list_service_enable_ssl ( property_list_service_client_t  client)

Enable SSL for the given property list service client.

Parameters
clientThe connected property list service client for which SSL should be enabled.
Returns
PROPERTY_LIST_SERVICE_E_SUCCESS on success, PROPERTY_LIST_SERVICE_E_INVALID_ARG if client or client->connection is NULL, PROPERTY_LIST_SERVICE_E_SSL_ERROR when SSL could not be enabled, or PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR otherwise.