Skip to main content

zigbee_core/nwk/
mod.rs

1//! Network Layer
2//!
3//! The network layer is required to provide functionality to ensure correct
4//! operation of the IEEE 802.15.4 MAC sub-layer and to provide a suitable
5//! service interface to the application layer.
6pub mod frame;
7pub mod nib;
8pub mod nlme;