Click or drag to resize

UdevControllerExtension Class

Provides information about a Udev device.
Inheritance Hierarchy
SystemObject
  RewiredControllerExtension
    Rewired.Platforms.Linux.UdevUdevControllerExtension

Namespace:  Rewired.Platforms.Linux.Udev
Assembly:  Rewired_Linux (in Rewired_Linux.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class UdevControllerExtension : ControllerExtension, 
	IHIDControllerExtension

The UdevControllerExtension type exposes the following members.

Properties
  NameDescription
Public propertyaddress
Address.
Public propertybusType
Bus type.
Public propertycontroller
The parent controller of this extension.
(Inherited from ControllerExtension.)
Public propertydeviceNodePath
Device node path.
Public propertydeviceType
Device node path.
Public propertyisBluetoothDevice
Is the device a Bluetooth device?
Public propertymanufacturer
HID manufacturer string.
Public propertyproductId
HID product id.
Public propertyproductName
HID product name string.
Public propertyserialNumber
Serial number.
Public propertysystemName
System name.
Public propertysystemNumber
System number.
Public propertysystemPath
System path.
Public propertyusage
HID usage.
Public propertyusagePage
HID usage page.
Public propertyvendorId
HID vendor id.
Public propertyversion
Version.
Top
See Also