Uses of Interface
org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceMatchingCallback

Packages that use IOKitLibrary.IOServiceMatchingCallback
org.rococoa.cocoa.iokit   
 

Uses of IOKitLibrary.IOServiceMatchingCallback in org.rococoa.cocoa.iokit
 

Methods in org.rococoa.cocoa.iokit with parameters of type IOKitLibrary.IOServiceMatchingCallback
 int IOKitLibrary.IOServiceAddMatchingNotification(IOKitLibrary.IONotificationPort notifyPort, ByteBuffer notificationType, HIServicesLibrary.__CFDictionary matching, IOKitLibrary.IOServiceMatchingCallback callback, Pointer refCon, IntBuffer notification)
          Original signature : kern_return_t IOServiceAddMatchingNotification(IONotificationPortRef, const io_name_t, CFDictionaryRef, IOServiceMatchingCallback, void*, io_iterator_t*)
native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:396
 int IOKitLibrary.IOServiceAddMatchingNotification(IOKitLibrary.IONotificationPort notifyPort, Pointer notificationType, HIServicesLibrary.__CFDictionary matching, IOKitLibrary.IOServiceMatchingCallback callback, Pointer refCon, IntByReference notification)
          Deprecated. use the safer methods IOKitLibrary.IOServiceAddMatchingNotification(org.rococoa.cocoa.iokit.IOKitLibrary.IONotificationPort, java.nio.ByteBuffer, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary, org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceMatchingCallback, com.sun.jna.Pointer, java.nio.IntBuffer) and IOKitLibrary.IOServiceAddMatchingNotification(org.rococoa.cocoa.iokit.IOKitLibrary.IONotificationPort, com.sun.jna.Pointer, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary, org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceMatchingCallback, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference) instead
 



Copyright © 2009. All Rights Reserved.