1 #ifndef __ESPCONN_UDP_H__ 2 #define __ESPCONN_UDP_H__ 4 #ifndef ESPCONN_UDP_DEBUG 5 #define ESPCONN_UDP_DEBUG LWIP_DBG_OFF err_t espconn_udp_sendto(void *arg, uint8 *psent, uint16 length)
void espconn_udp_disconnect(espconn_msg *pdiscon)
sint8 espconn_udp_client(struct espconn *pespconn)
sint8 espconn_udp_server(struct espconn *espconn)
err_t espconn_udp_sent(void *arg, uint8 *psent, uint16 length)