Module dbus::channel[][src]

Expand description

Connection base / building block.

Contains some helper structs and traits common to all Connection types.-

Structs

Channel

Low-level connection - handles read/write to the socket

Token

Token used to identify a callback in the MatchingReceiver trait

Watch

A file descriptor, and an indication whether it should be read from, written to, or both.

Enums

BusType

Which bus to connect to

Traits

MatchingReceiver

Abstraction over different connections that receive data

Sender

Abstraction over different connections that send data

Functions

default_reply

Handles what we need to be a good D-Bus citizen.

Type Definitions

WatchFd

Platform-specific file descriptor type