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