[][src]Crate radio_api

A high level interface for interacting with radios

Structs

Connection

A connection is like a stream, but allowed parsed reads with properly buffered input data.

Enums

RadioError

Common Error for Radio Actions

Traits

Stream

Connections expect a struct instance with this trait to represent streams.

Type Definitions

ParseFn

The signature of parse functions used in Connection read calls.

RadioResult

Custom error type for radio operations.