virtual void stop();
Stop listening for UDP datagram and uninitializes UDP module.
udp.begin(1234); // start UDP on port 1234 udp.stop(); // stops UDP
LUdp.h
LUDP Class