Struct dbus-rs::Props [-]  [+] [src]

pub struct Props<'a> {
    // some fields omitted
}

Methods

impl<'a> Props<'a>

fn new(conn: &'a Connection, name: &str, path: &str, interface: &str, timeout_ms: i32) -> Props<'a>

fn get(&self, propname: &str) -> Result<MessageItem, Error>

fn set(&self, propname: &str, value: MessageItem) -> Result<(), Error>

fn get_all(&self) -> Result<BTreeMap<String, MessageItem>, Error>