aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Udp.h
AgeCommit message (Collapse)Author
2017-02-08Add virtual beginMulticast(...) stub to UDP classSandeep Mistry
2011-09-07Making Print::write(char *) non-virtual.David A. Mellis
http://code.google.com/p/arduino/issues/detail?id=607
2011-08-30Created an abstract base class UDP to match the Client and Server classes, ↵amcewen
and reworked the Ethernet library to use it and derive EthernetUDP.