An interface to dbus objects that implements the org.freedesktop.Hal.Manager interface. More...
Public Member Functions | |
ObjectPath[] | FindDeviceByCapability (string capability) |
Events | |
DeviceHandler | DeviceAdded |
DeviceHandler | DeviceRemoved |
An interface to dbus objects that implements the org.freedesktop.Hal.Manager interface.
According to HAL dbus specification only /org/freedesktop/Hal/Manager does this. This interface only specifies a subset of the methods and signals offered by the org.freedesktop.Hal.Manager interface. For information on additional methods and signal, see HAL dbus interface specification: /usr/share/doc/hal-doc/spec/hal-spec.html
Definition at line 326 of file LinuxCaptureDeviceMonitor.cs.
ObjectPath [] org.freedesktop.Hal.HalManager.FindDeviceByCapability | ( | string | capability | ) |
DeviceHandler org.freedesktop.Hal.HalManager.DeviceAdded |
Definition at line 329 of file LinuxCaptureDeviceMonitor.cs.
DeviceHandler org.freedesktop.Hal.HalManager.DeviceRemoved |
Definition at line 330 of file LinuxCaptureDeviceMonitor.cs.