Crate netdevice_client
source ·Expand description
Client library for fidl_fuchsia_hardware_network
. Contains helpers
for sending frames to and receiving frames from L2/L3 network devices.
Re-exports
pub use client::Client;
pub use client::PortStatus;
pub use error::Error;
pub use error::Result;
pub use port_slab::PortSlab;
pub use session::Buffer;
pub use session::Config;
pub use session::DeviceInfo;
pub use session::Port;
pub use session::Session;
pub use session::Task;
Modules
- Fuchsia netdevice client.
- Definition of possible errors in this crate.
- Data structure helper to keep data associated with netdevice ports.
- Fuchsia netdevice session.
Enums
- Port creation and destruction events.