Class IOKit.IORegistryEntry
java.lang.Object
oshi.ffm.mac.IOKit.IOObject
oshi.ffm.mac.IOKit.IORegistryEntry
- Direct Known Subclasses:
IOKit.IOService
- Enclosing interface:
IOKit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getChildEntry(String plane) getChildIterator(String plane) getDoubleProperty(String key) getIntegerProperty(String key) getLongProperty(String key) getName()getParentEntry(String plane) longgetStringProperty(String key) searchCFProperty(String plane, MemorySegment key, int options) Methods inherited from class IOKit.IOObject
conformsTo, isNull, release, segment
-
Constructor Details
-
IORegistryEntry
-
-
Method Details
-
getRegistryEntryID
public long getRegistryEntryID() -
getName
-
getChildIterator
-
getChildEntry
-
getParentEntry
-
createCFProperty
-
createCFProperties
-
searchCFProperty
-
getStringProperty
-
getLongProperty
-
getIntegerProperty
-
getDoubleProperty
-
getByteArrayProperty
-