An interface to dbus objects that implement the org.freedesktop.Hal.Device interface. More...
Public Member Functions | |
string | GetPropertyString (string name) |
string[] | GetPropertyStringList (string name) |
bool | PropertyExists (string name) |
An interface to dbus objects that implement the org.freedesktop.Hal.Device interface.
This interface is implemented by all objects prefixed with /org/freedesktop/Hal/devices/ E.g. all devices HAL knows about. This interface only specifies a subset of the methods and signals offered by the org.freedesktop.Hal.Device 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 349 of file LinuxCaptureDeviceMonitor.cs.
string org.freedesktop.Hal.Device.GetPropertyString | ( | string | name | ) |
string [] org.freedesktop.Hal.Device.GetPropertyStringList | ( | string | name | ) |
bool org.freedesktop.Hal.Device.PropertyExists | ( | string | name | ) |