embassy-net

Crates

0.3.0

Versions

default

Flavors

Module udp

Source
Expand description

UDP sockets.

Structs§

UdpSocket
An UDP socket.

Enums§

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

Type Aliases§

PacketMetadata
A UDP packet metadata.