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