Expand description
This file contains the interface definition for sending an IPv6 packet.
The IP6Sender trait provides an interface
for sending IPv6 packets, while the IP6SendClient trait
must be implemented by upper layers to receive the send_done callback
when a transmission has completed.
This file also includes an implementation of the IP6Sender trait, which
sends an IPv6 packet using 6LoWPAN.
Structs§
- IP6Send
Struct - This struct is a specific implementation of the
IP6Sendertrait. This struct sends the packet using 6LoWPAN over a genericMacDeviceobject.
Traits§
- IP6Send
Client - Client trait for receiving transmission completiong events.
- IP6Sender
- Provides a basic IPv6 sending interface.