Struct dbus::Connection [] [src]

pub struct Connection {
    // some fields omitted
}

A D-Bus connection. Start here if you want to get on the D-Bus!

Methods

impl Connection
[src]

Creates a new D-Bus connection.

Sends a message over the D-Bus and waits for a reply. This is usually used for method calls.

Sends a message over the D-Bus without waiting. Useful for sending replies to a method call.

Trait Implementations

impl Drop for Connection
[src]

A method called when the value goes out of scope. Read more

impl Debug for Connection
[src]

Formats the value using the given formatter.