Struct rustbus::connection::ll_conn::DuplexConn [−][src]
Fields
send: SendConn
recv: RecvConn
Implementations
impl DuplexConn
[src]
impl DuplexConn
[src]pub fn connect_to_bus(
addr: UnixAddr,
with_unix_fd: bool
) -> Result<DuplexConn, Error>
[src]
addr: UnixAddr,
with_unix_fd: bool
) -> Result<DuplexConn, Error>
Connect to a unix socket
pub fn send_hello(&mut self, timeout: Timeout) -> Result<String, Error>
[src]
Sends the obligatory hello message and returns the unique id the daemon assigned this connection