embassy-net

Crates

git

Versions

default

Flavors

Skip to main content

Module udp

Module udp 

Source
Expand description

UDP sockets.

Structs§

IfaceHandle
A handle to an interface added to a [Stack].
PacketMeta
Metadata associated with a packet.
RecvPacket
A received UDP datagram.
UdpMetadata
Metadata for a sent or received UDP datagram.
UdpSocket
An UDP socket.

Enums§

BindError
Error returned by UdpSocket::bind.
RecvError
Error returned by UdpSocket::recv_from.
SendError
Error returned by UdpSocket::send_to.