Expand description
Definition and implementation of a simple ICMPv6 sending interface.
The ICMP6Sender trait provides an
interface for an upper layer to send an ICMPv6 packet, and the
ICMP6SendClient trait is implemented
by the upper layer to allow them to receive the send_done
callback once transmission has completed.
Structs§
- A struct that implements the
ICMP6Sender
trait.
Traits§
- A trait for a client of an
ICMP6Sender
. - A trait that defines an interface for sending ICMPv6 packets.