Click or drag to resize

IOKitControllerExtension Class

Provides information about an I/O Kit device.
Inheritance Hierarchy
SystemObject
  RewiredControllerExtension
    Rewired.Platforms.MacOS.IOKitIOKitControllerExtension

Namespace:  Rewired.Platforms.MacOS.IOKit
Assembly:  Rewired_OSX (in Rewired_OSX.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class IOKitControllerExtension : ControllerExtension, 
	IHIDControllerExtension

The IOKitControllerExtension type exposes the following members.

Properties
  NameDescription
Public propertycontroller
The parent controller of this extension.
(Inherited from ControllerExtension.)
Public propertydeviceService
Device service handle.
Public propertyisBluetoothDevice
Is the device a Bluetooth device?
Public propertylocationId
Location id.
Public propertymanufacturer
HID manufacturer string.
Public propertyproductId
HID product id.
Public propertyproductName
HID product name string.
Public propertyserialNumber
Serial number.
Public propertytransport
Transport.
Public propertyusage
HID usage.
Public propertyusagePage
HID usage page.
Public propertyvendorId
HID vendor id.
Public propertyversion
Version.
Top
See Also