Exemplo n.º 1
0
		public static extern CFArrayRef IOHIDDeviceCopyMatchingElements(
			IOHIDDeviceRef device,
			CFDictionaryRef matching,
			IOOptionBits options);
Exemplo 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
Exemplo n.º 3
0
 public static extern IOReturn IOHIDDeviceClose(IntPtr device, IOOptionBits options = IOOptionBits.None);
Exemplo n.º 4
0
 public static extern IntPtr IORegistryEntryCreateCFProperty(int entry, IntPtr strKey, IntPtr allocator, IOOptionBits options = IOOptionBits.None);
Exemplo 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
Exemplo n.º 6
0
 public static extern IOReturn IOHIDDeviceClose(
     IOHIDDeviceRef device,
     IOOptionBits options);
Exemplo n.º 7
0
 public static extern IOReturn IOHIDManagerOpen(
     IOHIDManagerRef manager,
     IOOptionBits options);
Exemplo n.º 8
0
 public static extern IOReturn IOHIDDeviceOpen(
     IOHIDDeviceRef manager,
     IOOptionBits opts);
Exemplo n.º 9
0
 public static extern IntPtr IORegistryEntryCreateCFProperty(int entry, IntPtr strKey, IntPtr allocator, IOOptionBits options = IOOptionBits.None);
Exemplo n.º 10
0
 public static extern IOHIDManagerRef IOHIDManagerCreate(
     CFAllocatorRef allocator, IOOptionBits options);
Exemplo n.º 11
0
 public static extern IntPtr IOHIDManagerCreate(IntPtr allocator, IOOptionBits options = IOOptionBits.None);
Exemplo n.º 12
0
 public static extern IOReturn IOHIDDeviceClose(IntPtr device, IOOptionBits options = IOOptionBits.None);
Exemplo n.º 13
0
 public static extern IntPtr IOHIDDeviceCopyMatchingElements(IntPtr device, IntPtr matching, IOOptionBits options = IOOptionBits.None);
Exemplo n.º 14
0
 public static extern IOHIDManagerRef IOHIDManagerCreate(
     CFAllocatorRef allocator, IOOptionBits options) ;
Exemplo n.º 15
0
 public static extern IOReturn IOHIDDeviceOpen(
     IOHIDDeviceRef manager,
     IOOptionBits opts);
Exemplo n.º 16
0
 public static extern IOReturn IOHIDManagerOpen(
     IOHIDManagerRef manager,
     IOOptionBits options) ;
Exemplo n.º 17
0
 public static extern IOReturn IOHIDManagerClose(
     IOHIDManagerRef allocator, IOOptionBits options);
Exemplo n.º 18
0
 public static extern CFArrayRef IOHIDDeviceCopyMatchingElements(
     IOHIDDeviceRef  inIOHIDDeviceRef,       // IOHIDDeviceRef for the HID device
     CFDictionaryRef inMatchingCFDictRef,    // the matching dictionary
     IOOptionBits    inOptions);             // Option bits
Exemplo n.º 19
0
 public static extern CFArrayRef IOHIDDeviceCopyMatchingElements(
     IOHIDDeviceRef device,
     CFDictionaryRef matching,
     IOOptionBits options);