Package com.sun.jna.platform.mac
Klasse IOKit.IOConnect
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.mac.IOKit.IOObject
com.sun.jna.platform.mac.IOKit.IORegistryEntry
com.sun.jna.platform.mac.IOKit.IOService
com.sun.jna.platform.mac.IOKit.IOConnect
- Alle implementierten Schnittstellen:
NativeMapped
- Umschließende Schnittstelle:
IOKit
For an application to communicate with a device, the first thing it must do
is create a connection between itself and the in-kernel object representing
the device. To do this, it creates a user client object.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden com.sun.jna.platform.mac.IOKit.IORegistryEntry
createCFProperties, createCFProperty, getBooleanProperty, getByteArrayProperty, getChildEntry, getChildIterator, getDoubleProperty, getIntegerProperty, getLongProperty, getName, getParentEntry, getRegistryEntryID, getStringProperty, searchCFProperty
Von Klasse geerbte Methoden com.sun.jna.platform.mac.IOKit.IOObject
conformsTo, release
Von Klasse geerbte Methoden com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Konstruktordetails
-
IOConnect
public IOConnect() -
IOConnect
-