Skip to main content

Module eth

Module eth 

Source

Structs§

Eth
An implementation of the Network trait for Ethernet.
PreexistingEthernet
A utility type for running an ethernet task with a pre-existing ethernet interface rather than bringing up / tearing down the ethernet interface for the task.

Traits§

Ethernet
A trait for running a task within a context where the ethernet interface is initialized and operable
EthernetTask
A trait representing a task that needs access to the operational Ethernet interface (Network stack and Netif) to perform its work.

Type Aliases§

EthMatterStack