|
◆ mobilebackup2_send_message()
Sends a backup message plist.
- Parameters
-
client | The connected MobileBackup client to use. |
message | The 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. |
options | Additional 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. |
|