|
◆ restored_query_value()
Queries a value from the device specified by a key.
- Parameters
-
client | An initialized restored client. |
key | The key name to request |
value | A 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
|