General-purpose TCP socket abstraction with optional TLS support for both client and server use. More...
#include <FreeRTOS.h>#include <queue.h>#include <string>#include <vector>#include <cstdint>#include <lwip/ip_addr.h>#include <lwip/sockets.h>
Include dependency graph for Tcp.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Tcp |
| General-purpose TCP socket wrapper with optional TLS support via mbedTLS (altcp). More... | |
Enumerations | |
| enum class | SocketEvent : uint8_t { Connect = 0 , Recv = 1 , Sent = 2 , Error = 3 } |
| enum | NotifyIndex { NotifyRecv = 0 , NotifyAccept = 1 , NotifyConnect = 2 } |
Definition in file Tcp.h.
| enum NotifyIndex |
| Enumerator | |
|---|---|
| NotifyRecv | |
| NotifyAccept | |
| NotifyConnect | |