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

Public Attributes

const ip_addr_t * addr
 
u16_t port
 
struct udp_pcb * pcb
 

Detailed Description

Definition at line 51 of file udp.cpp.

Member Data Documentation

◆ addr

const ip_addr_t* pc_udp_peer::addr

Definition at line 53 of file udp.cpp.

Referenced by pc_udp_peer_addr(), and pc_udp_send().

◆ port

u16_t pc_udp_peer::port

Definition at line 54 of file udp.cpp.

Referenced by pc_udp_peer_addr(), and pc_udp_send().

◆ pcb

struct udp_pcb* pc_udp_peer::pcb

Definition at line 55 of file udp.cpp.

Referenced by pc_udp_send().


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