Struct sota::gateway::dbus::DBus [] [src]

pub struct DBus {
    pub dbus_cfg: DBusConfig,
    pub itx: Sender<Interpret>,
}

The DBus gateway is used with the RVI module for communicating with the system session bus.

Fields

dbus_cfg
itx

Trait Implementations

impl Gateway for DBus
[src]

fn initialize(&mut self, itx: Sender<Interpret>) -> Result<(), String>

fn pulse(&self, event: Event)

fn start(&mut self, itx: Sender<Interpret>, erx: Receiver<Event>)