Module transport

Source

Modules§

error
Error Handling
protocol
udp
webusb

Structs§

ProtoMessage
A protobuf message accompanied by the message type. This type is used to pass messages over the transport and used to contain messages received from the transport.

Enums§

AvailableDeviceTransport
An available transport for a Trezor device, containing any of the different supported transports.

Traits§

Transport
The transport interface that is implemented by the different ways to communicate with a Trezor device.

Functions§

connect
A delegation method to connect an available device transport. It delegates to the different transport types.