ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
UdpCtx Struct Reference

Public Attributes

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

Detailed Description

Definition at line 41 of file udp.cpp.

Member Data Documentation

◆ listeners

◆ rx

uint8_t UdpCtx::rx[PC_UDP_RX_BUF_SIZE]

Definition at line 44 of file udp.cpp.

◆ out

struct udp_pcb* UdpCtx::out = nullptr

Definition at line 45 of file udp.cpp.

Referenced by pc_udp_sendto().

◆ in_tcpip_thread

volatile bool UdpCtx::in_tcpip_thread = false

Definition at line 46 of file udp.cpp.

Referenced by pc_udp_listener_sendto(), pc_udp_send(), and pc_udp_sendto().


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