libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ preboard_send()

preboard_error_t preboard_send ( preboard_client_t  client,
plist_t  plist 
)

Sends a plist to the service.

Parameters
clientThe preboard client
plistThe plist to send
Returns
PREBOARD_E_SUCCESS on success, PREBOARD_E_INVALID_ARG when client or plist is NULL, or a PREBOARD_E_* error code on error