Expand description

Partial implementation of the IEEE 802.15.4 Frame

The main type in this module is Frame, a type that represents an IEEE 802.15.4 MAC frame. The other types in this module are supporting types that are either part of Frame or are required to support its API.

Re-exports

pub use header::Header;

Modules

Partial implementation of the IEEE 802.15.4 frame Header

Partial implementation of security for 802.4.15 frames.

Structs

An IEEE 802.15.4 MAC frame

A context that is used for serializing and deserializing frames, which also stores the frame counter

Enums

Signals an error that occured while decoding bytes

Errors that can occur while securing or unsecuring a frame

Controls whether the footer is read/written with the frame

Content of a frame