Esempio n. 1
0
		public static extern CFArrayRef IOHIDDeviceCopyMatchingElements(
			IOHIDDeviceRef device,
			CFDictionaryRef matching,
			IOOptionBits options);
Esempio n. 2
0
		public static extern IOReturn IOHIDDeviceClose( IOHIDDeviceRef  IOHIDDeviceRef,  // IOHIDDeviceRef for the HID device
		                          IOOptionBits    inOptions ); // Option bits to be sent down to the HID device
Esempio n. 3
0
 public static extern IOReturn IOHIDDeviceClose(IntPtr device, IOOptionBits options = IOOptionBits.None);
Esempio n. 4
0
 public static extern IntPtr IORegistryEntryCreateCFProperty(int entry, IntPtr strKey, IntPtr allocator, IOOptionBits options = IOOptionBits.None);
Esempio n. 5
0
 public static extern IOReturn IOHIDDeviceClose(IOHIDDeviceRef IOHIDDeviceRef, // IOHIDDeviceRef for the HID device
                                                IOOptionBits inOptions);       // Option bits to be sent down to the HID device
Esempio n. 6
0
 public static extern IOReturn IOHIDDeviceClose(
     IOHIDDeviceRef device,
     IOOptionBits options);
Esempio n. 7
0
 public static extern IOReturn IOHIDManagerOpen(
     IOHIDManagerRef manager,
     IOOptionBits options);
Esempio n. 8
0
 public static extern IOReturn IOHIDDeviceOpen(
     IOHIDDeviceRef manager,
     IOOptionBits opts);
Esempio n. 9
0
 public static extern IntPtr IORegistryEntryCreateCFProperty(int entry, IntPtr strKey, IntPtr allocator, IOOptionBits options = IOOptionBits.None);
Esempio n. 10
0
 public static extern IOHIDManagerRef IOHIDManagerCreate(
     CFAllocatorRef allocator, IOOptionBits options);
Esempio n. 11
0
 public static extern IntPtr IOHIDManagerCreate(IntPtr allocator, IOOptionBits options = IOOptionBits.None);
Esempio n. 12
0
 public static extern IOReturn IOHIDDeviceClose(IntPtr device, IOOptionBits options = IOOptionBits.None);
Esempio n. 13
0
 public static extern IntPtr IOHIDDeviceCopyMatchingElements(IntPtr device, IntPtr matching, IOOptionBits options = IOOptionBits.None);
Esempio n. 14
0
 public static extern IOHIDManagerRef IOHIDManagerCreate(
     CFAllocatorRef allocator, IOOptionBits options) ;
Esempio n. 15
0
 public static extern IOReturn IOHIDDeviceOpen(
     IOHIDDeviceRef manager,
     IOOptionBits opts);
Esempio n. 16
0
 public static extern IOReturn IOHIDManagerOpen(
     IOHIDManagerRef manager,
     IOOptionBits options) ;
Esempio n. 17
0
 public static extern IOReturn IOHIDManagerClose(
     IOHIDManagerRef allocator, IOOptionBits options);
Esempio n. 18
0
 public static extern CFArrayRef IOHIDDeviceCopyMatchingElements(
     IOHIDDeviceRef  inIOHIDDeviceRef,       // IOHIDDeviceRef for the HID device
     CFDictionaryRef inMatchingCFDictRef,    // the matching dictionary
     IOOptionBits    inOptions);             // Option bits
Esempio n. 19
0
 public static extern CFArrayRef IOHIDDeviceCopyMatchingElements(
     IOHIDDeviceRef device,
     CFDictionaryRef matching,
     IOOptionBits options);