libimobiledevice  1.3.0-dirty
API Documentation - Return to Homepage

◆ diagnostics_relay_query_ioregistry_plane()

diagnostics_relay_error_t diagnostics_relay_query_ioregistry_plane ( diagnostics_relay_client_t client,
const char * plane,
plist_t * result )

Query an IORegistry plane.

Parameters
clientThe diagnostics_relay client
planeThe IORegistry plane name to query.
resultA 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