|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
Public Attributes | |
| const ip_addr_t * | addr |
| u16_t | port |
| struct udp_pcb * | pcb |
| 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().
| u16_t pc_udp_peer::port |
Definition at line 54 of file udp.cpp.
Referenced by pc_udp_peer_addr(), and pc_udp_send().
| struct udp_pcb* pc_udp_peer::pcb |
Definition at line 55 of file udp.cpp.
Referenced by pc_udp_send().