Module dbus::channel

source ·
Expand description

Connection base / building block.

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

Structs

Low-level connection - handles read/write to the socket
Token used to identify a callback in the MatchingReceiver trait
A file descriptor, and an indication whether it should be read from, written to, or both.

Enums

Which bus to connect to

Traits

Abstraction over different connections that receive data
Abstraction over different connections that send data

Functions

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

Type Definitions

Platform-specific file descriptor type