dasbus.client.property module

class PropertyProxy(getter, setter)[source]

Bases: object

Proxy of a remote DBus property.

It can be used to define instance attributes.

get()[source]

Get the value of the DBus property.

set(value)[source]

Set the value of the DBus property.