|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
Public Attributes | |
| struct udp_pcb * | pcb |
| pc_udp_handler | handler |
| void * | ctx |
| ip_addr_t | group |
| bool | mcast |
| bool | used |
| struct udp_pcb* UdpListener::pcb |
Definition at line 25 of file udp.cpp.
Referenced by pc_udp_leave_multicast(), pc_udp_listen(), pc_udp_listen_multicast(), and pc_udp_listener_sendto().
| 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().
| 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().
| bool UdpListener::mcast |
Definition at line 29 of file udp.cpp.
Referenced by pc_udp_leave_multicast(), and pc_udp_listen_multicast().
| bool UdpListener::used |
Definition at line 30 of file udp.cpp.
Referenced by pc_udp_leave_multicast(), pc_udp_listen(), pc_udp_listen_multicast(), and pc_udp_listener_sendto().