|
◆ diagnostics_relay_query_ioregistry_entry()
Query an IORegistry entry of a given class.
- Parameters
-
client | The diagnostics_relay client |
entry_name | The IORegistry entry name to query. |
entry_class | The IORegistry class to query. |
result | A pointer to plist_t that will receive the result. The consumer has to free the allocated memory with plist_free() when no longer needed. |
- Returns
- DIAGNOSTICS_RELAY_E_SUCCESS on success, DIAGNOSTICS_RELAY_E_INVALID_ARG when client is NULL, DIAGNOSTICS_RELAY_E_PLIST_ERROR if the device did not acknowledge the request
|