![]() |
![]() |
![]() |
urfkill Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Implemented Interfaces | Properties | Signals |
org.freedesktop.URfkill.Deviceorg.freedesktop.URfkill.Device — Device interface |
Objects implementing org.freedesktop.URfkill.Device also implements org.freedesktop.DBus.Introspectable, org.freedesktop.DBus.Properties
'index' read 'u' 'type' read 'u' 'name' read 's' 'soft' read 'b' 'hard' read 'b' 'platform' read 'b'
Objects implementing this interface are usually discovered through
the org.freedesktop.URfkill
interface on
the /org/freedesktop/URfkill
object on
the D-Bus system bus service with the well-known
name org.freedesktop.URfkill
using
the
EnumerateDevices
method.
$ gdbus call -y \ -d org.freedesktop.URfkill \ -o /org/freedesktop/URfkill/devices/0 \ -m org.freedesktop.DBus.Properties.GetAll \ "org.freedesktop.URfkill.Device" ({'index': <uint32 0>, 'type': <uint32 2>, 'name': <'tpacpi_bluetooth_sw'>, 'soft': <true>, 'hard': <true>, 'platform': <true>},)
Emitted when a property of the device is changed.
Note: This signal is deprecated since 0.4.0. Use the standard signal, PropertiesChanged from org.freedesktop.DBus.Properties instead.
The index of the rfkill device
The type of the rfkill device
The name of the rfkill device
Whether the soft block of the device is on or not
Whether the hard block of the device is on or not
Whether the device is generated by a platform driver or not