Méthode |
Description |
|
CFDictionaryCreateMutable ( IntPtr allocator, IntPtr capacity, IntPtr keyCallbacks, IntPtr valueCallbacks ) : IntPtr |
|
|
CFDictionarySetValue ( IntPtr dict, IntPtr key, IntPtr value ) : void |
|
|
CFGetTypeID ( IntPtr type ) : uint |
|
|
CFNumberCreate ( IntPtr allocator, CFNumberType type, int &value ) : IntPtr |
|
|
CFNumberGetTypeID ( ) : uint |
|
|
CFNumberGetValue ( IntPtr number, CFNumberType type, int &value ) : bool |
|
|
CFRelease ( IntPtr obj ) : void |
|
|
CFRetain ( IntPtr obj ) : void |
|
|
CFRunLoopGetCurrent ( ) : IntPtr |
|
|
CFRunLoopRun ( ) : void |
|
|
CFRunLoopStop ( IntPtr runLoop ) : void |
|
|
CFSetGetCount ( IntPtr set ) : IntPtr |
|
|
CFSetGetValues ( IntPtr set, IntPtr values ) : void |
|
|
CFStringCreateWithCharacters ( IntPtr allocator, char buffer, IntPtr length ) : IntPtr |
|
|
CFStringGetCharacters ( IntPtr str, CFRange range, char buffer ) : void |
|
|
CFStringGetLength ( IntPtr str ) : IntPtr |
|
|
CFStringGetTypeID ( ) : uint |
|
|
Gestalt ( OSType selector, IntPtr &response ) : OSErr |
|
|
IOHIDDeviceClose ( IntPtr device, IOOptionBits options = IOOptionBits.None ) : IOReturn |
|
|
IOHIDDeviceCreate ( IntPtr allocator, int service ) : IntPtr |
|
|
IOHIDDeviceGetReport ( IntPtr device, IOHIDReportType type, IntPtr reportID, IntPtr report, IntPtr &reportLength ) : IOReturn |
|
|
IOHIDDeviceOpen ( IntPtr device, IOOptionBits options = IOOptionBits.None ) : IOReturn |
|
|
IOHIDDeviceRegisterInputReportCallback ( IntPtr device, IntPtr report, IntPtr reportLength, IOHIDReportCallback callback, IntPtr context ) : void |
|
|
IOHIDDeviceRegisterRemovalCallback ( IntPtr device, IOHIDCallback callback, IntPtr context ) : void |
|
|
IOHIDDeviceScheduleWithRunLoop ( IntPtr device, IntPtr runLoop, IntPtr runLoopMode ) : void |
|
|
IOHIDDeviceSetReport ( IntPtr device, IOHIDReportType type, IntPtr reportID, IntPtr report, IntPtr reportLength ) : IOReturn |
|
|
IOHIDDeviceUnscheduleFromRunLoop ( IntPtr device, IntPtr runLoop, IntPtr runLoopMode ) : void |
|
|
IOIteratorNext ( int iterator ) : int |
|
|
IOObjectRelease ( int @object ) : IOReturn |
|
|
IOObjectRetain ( int @object ) : IOReturn |
|
|
IORegistryEntryCreateCFProperty ( int entry, IntPtr strKey, IntPtr allocator, IOOptionBits options = IOOptionBits.None ) : IntPtr |
|
|
IORegistryEntryFromPath ( int masterPort, io_string_t &path ) : int |
|
|
IORegistryEntryGetPath ( int entry, [ plane, io_string_t &path ) : IOReturn |
|
|
IOServiceGetMatchingServices ( int masterPort, IntPtr matching, int &iterator ) : IOReturn |
|
|
IOServiceMatching ( [ name ) : IntPtr |
|
|