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

Public Attributes

struct udp_pcb * pcb
 
pc_udp_handler handler
 
void * ctx
 
ip_addr_t group
 
bool mcast
 
bool used
 

Detailed Description

Definition at line 23 of file udp.cpp.

Member Data Documentation

◆ pcb

struct udp_pcb* UdpListener::pcb

◆ handler

pc_udp_handler UdpListener::handler

Definition at line 26 of file udp.cpp.

Referenced by pc_udp_leave_multicast(), pc_udp_listen(), and pc_udp_listen_multicast().

◆ ctx

void* UdpListener::ctx

Definition at line 27 of file udp.cpp.

Referenced by pc_udp_leave_multicast(), pc_udp_listen(), and pc_udp_listen_multicast().

◆ group

ip_addr_t UdpListener::group

Definition at line 28 of file udp.cpp.

◆ mcast

bool UdpListener::mcast

Definition at line 29 of file udp.cpp.

Referenced by pc_udp_leave_multicast(), and pc_udp_listen_multicast().

◆ used

bool UdpListener::used

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