|  | ◆ sbservices_client_new()
Connects to the springboardservices service on the specified device.  Parameters
  
    | device | The device to connect to. |  | service | The service descriptor returned by lockdownd_start_service. |  | client | Pointer that will point to a newly allocated sbservices_client_t upon successful return. | 
 ReturnsSBSERVICES_E_SUCCESS on success, SBSERVICES_E_INVALID_ARG when client is NULL, or an SBSERVICES_E_* error code otherwise. 
 |