DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
UdpCtx Struct Reference

Public Attributes

UdpListener listeners [DETWS_MAX_UDP_LISTENERS]
 
uint8_t rx [DETWS_UDP_RX_BUF_SIZE]
 
struct udp_pcb * out = nullptr
 
volatile bool in_tcpip_thread = false
 

Detailed Description

Definition at line 37 of file udp.cpp.

Member Data Documentation

◆ listeners

Definition at line 39 of file udp.cpp.

Referenced by det_udp_listen(), and det_udp_listener_sendto().

◆ rx

uint8_t UdpCtx::rx[DETWS_UDP_RX_BUF_SIZE]

Definition at line 40 of file udp.cpp.

◆ out

struct udp_pcb* UdpCtx::out = nullptr

Definition at line 41 of file udp.cpp.

Referenced by det_udp_sendto().

◆ in_tcpip_thread

volatile bool UdpCtx::in_tcpip_thread = false

Definition at line 42 of file udp.cpp.

Referenced by det_udp_listener_sendto(), det_udp_send(), and det_udp_sendto().


The documentation for this struct was generated from the following file: