matchingName
Returns the IOKit objects of the specified name.
Declaration
matchingName(objectName, [servicePlane])Parameters
- objectName:
String with an IOKit object name.
- servicePlane:
Optional. String with the service plane to search. When unspecified,
'IOServicePlane'is used.
Return Value
An array of IOKit object dictionaries.