Module tcp

Module tcp 

Source
Available on crate feature osal-embassy only.
Expand description

TCP socket implementation for Embassy.

Structsยง

TcpConnection
Active TCP connection for reading and writing data.
TcpSocket
TCP socket for establishing connections.