This is the complete list of members for UdpContext, including all inherited members.
_consume(size_t size) | UdpContext | private |
_dest_addr | UdpContext | private |
_dest_port | UdpContext | private |
_first_buf_taken | UdpContext | private |
_multicast_ttl | UdpContext | private |
_on_rx | UdpContext | private |
_pcb | UdpContext | private |
_recv(udp_pcb *upcb, pbuf *pb, ip_addr_t *addr, u16_t port) | UdpContext | private |
_refcnt | UdpContext | private |
_reserve(size_t size) | UdpContext | private |
_rx_buf | UdpContext | private |
_rx_buf_offset | UdpContext | private |
_s_recv(void *arg, udp_pcb *upcb, pbuf *p, ip_addr_t *addr, u16_t port) | UdpContext | privatestatic |
_tx_buf_cur | UdpContext | private |
_tx_buf_head | UdpContext | private |
_tx_buf_offset | UdpContext | private |
append(const char *data, size_t size) | UdpContext | |
connect(ip_addr_t addr, uint16_t port) | UdpContext | |
disconnect() | UdpContext | |
flush() | UdpContext | |
getDestAddress() | UdpContext | |
getLocalPort() | UdpContext | |
getRemoteAddress() | UdpContext | |
getRemotePort() | UdpContext | |
getSize() const | UdpContext | |
listen(ip_addr_t addr, uint16_t port) | UdpContext | |
next() | UdpContext | |
onRx(rxhandler_t handler) | UdpContext | |
peek() | UdpContext | |
read() | UdpContext | |
read(char *dst, size_t size) | UdpContext | |
ref() | UdpContext | |
rxhandler_t typedef | UdpContext | |
send(ip_addr_t *addr=0, uint16_t port=0) | UdpContext | |
setMulticastInterface(ip_addr_t addr) | UdpContext | |
setMulticastTTL(int ttl) | UdpContext | |
UdpContext() | UdpContext | |
unref() | UdpContext | |
~UdpContext() | UdpContext | |