plusdeck.dbus.client
This module contains the core DbusClient abstraction, which is used to interact with a DBus service.
For information on how to use plusdeck domain objects with the DBus client, see the API docs for plusdeck.dbus.domain. For examples of how to use the DBus client, look at the source code for plusdeckctl.
DbusClient
Bases: DbusInterface
A DBus client for the Plus Deck 2C PC Cassette Deck.
Source code in plusdeck/dbus/client/__init__.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | |
staged_config()
async
Fetch the state of staged configuration changes.
Source code in plusdeck/dbus/client/__init__.py
22 23 24 25 26 27 28 29 30 31 32 | |