[][src]Module ether_dream::dac::stream

Structs

CommandQueue

A queue of commands that are to be submitted at once before listening for their responses.

ResponseError

An error indicated by a DAC response.

Stream

A bi-directional communication stream between the user and a Dac.

Enums

CommunicationError

Errors that may occur when connecting a Stream.

Nak

The NAK message kinds that may be returned by the DAC.

QueuedCommand

A runtime representation of any of the possible commands.

ResponseErrorKind

The kinds of errors that may be interpreted from a DAC response.

Functions

connect

Establishes a TCP stream connection with the DAC at the given address.