|
◆ screenshotr_client_new()
Connects to the screenshotr 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 be set to a newly allocated screenshotr_client_t upon successful return. |
- Note
- This service is only available if a developer disk image has been mounted.
- Returns
- SCREENSHOTR_E_SUCCESS on success, SCREENSHOTR_E_INVALID ARG if one or more parameters are invalid, or SCREENSHOTR_E_CONN_FAILED if the connection to the device could not be established.
|