libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ mobilebackup2_send_message()

mobilebackup2_error_t mobilebackup2_send_message ( mobilebackup2_client_t  client,
const char *  message,
plist_t  options 
)

Sends a backup message plist.

Parameters
clientThe connected MobileBackup client to use.
messageThe message to send. This will be inserted into the request plist as value for MessageName. If this parameter is NULL, the plist passed in the options parameter will be sent directly.
optionsAdditional options as PLIST_DICT to add to the request. The MessageName key with the value passed in the message parameter will be inserted into this plist before sending it. This parameter can be NULL if message is not NULL.