Module connection

Source
Expand description

Connection API.

Re-exportsยง

pub use socket::Socket;

Modulesยง

builder ๐Ÿ”’
handshake ๐Ÿ”’
socket
socket_reader ๐Ÿ”’

Structsยง

Builder
A builder for zbus::Connection.
Connection
A D-Bus connection.
ConnectionInner ๐Ÿ”’
Inner state shared by Connection and WeakConnection
PendingMethodCall ๐Ÿ”’
A method call whose completion can be awaited or joined with other streams.
WeakConnection ๐Ÿ”’

Enumsยง

AuthMechanism
Authentication mechanisms
NameStatus ๐Ÿ”’

Constantsยง

DEFAULT_MAX_METHOD_RETURN_QUEUED ๐Ÿ”’
DEFAULT_MAX_QUEUED ๐Ÿ”’

Staticsยง

SERIAL_NUM_SEMAPHORE ๐Ÿ”’

Functionsยง

acquire_serial_num_semaphore ๐Ÿ”’

Type Aliasesยง

MsgBroadcaster ๐Ÿ”’
Subscriptions ๐Ÿ”’