|
◆ mobilebackup2_send_status_response()
Sends a DLMessageStatusResponse to the device.
- Parameters
-
client | The MobileBackup client to use. |
status_code | The status code to send. |
status1 | A status message to send. Can be NULL if not required. |
status2 | An additional status plist to attach to the response. Can be NULL if not required. |
- Returns
- MOBILEBACKUP2_E_SUCCESS on success, MOBILEBACKUP2_E_INVALID_ARG if client is invalid, or another MOBILEBACKUP2_E_* otherwise.
|