libimobiledevice  1.3.0-dirty
API Documentation - Return to Homepage

◆ restored_query_value()

restored_error_t restored_query_value ( restored_client_t client,
const char * key,
plist_t * value )

Queries a value from the device specified by a key.

Parameters
clientAn initialized restored client.
keyThe key name to request
valueA plist node representing the result value node
Returns
RESTORE_E_SUCCESS on success, RESTORE_E_INVALID_ARG when client is NULL, RESTORE_E_PLIST_ERROR if value for key can't be found