libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ lockdownd_send()

lockdownd_error_t lockdownd_send ( lockdownd_client_t  client,
plist_t  plist 
)

Sends a plist to lockdownd.

Note
This function is low-level and should only be used if you need to send a new type of message.
Parameters
clientThe lockdownd client
plistThe plist to send
Returns
LOCKDOWN_E_SUCCESS on success, LOCKDOWN_E_INVALID_ARG when client or plist is NULL