Crate edge_nal_embassy

Source

Structs§

Dns
A struct that implements the Dns trait from edge-nal
DnsError
Tcp
A struct that implements the TcpConnect and TcpBind factory traits from edge-nal Capable of managing up to N concurrent connections with TX and RX buffers according to TX_SZ and RX_SZ.
TcpAccept
Represents an acceptor for incoming TCP client connections. Implements the TcpAccept factory trait from edge-nal
TcpBuffers
A struct that holds a pool of TCP buffers
TcpSocket
A TCP socket Implements the Read and Write traits from embedded-io-async, as well as the TcpSplit factory trait from edge-nal
TcpSocketRead
Represents the read half of a split TCP socket Implements the Read trait from embedded-io-async
TcpSocketWrite
Represents the write half of a split TCP socket Implements the Write trait from embedded-io-async
Udp
A struct that implements the UdpBind factory trait from edge-nal Capable of managing up to N concurrent connections with TX and RX buffers according to TX_SZ and RX_SZ, and packet metadata according to M.
UdpBuffers
A struct that holds a pool of UDP buffers
UdpSocket
A UDP socket Implements the UdpReceive UdpSend and UdpSplit traits from edge-nal

Enums§

TcpError
A shared error type that is used by the TCP factory traits implementation as well as the TCP socket
UdpError
A shared error type that is used by the UDP factory trait implementation as well as the UDP socket