Module embassy_net::udp
source · Expand description
UDP sockets.
Structs
- An UDP socket.
Enums
- Error returned by
UdpSocket::bind
. - Error returned by
UdpSocket::recv_from
andUdpSocket::send_to
.
Type Aliases
- A UDP packet metadata.
UDP sockets.
UdpSocket::bind
.UdpSocket::recv_from
and UdpSocket::send_to
.