1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/libraries/Ethernet
Matthijs Kooijman 9dca56dced Don't use IPAddress::_address from EthernetClass
EthernetClass is a friend class of IPAddress, so it is allowed to use
its _address attribute directly. However, it should be using
IPAddress::raw_address() instead, like all the other friend classes do.

This changes allows changing the _address attribute to fix some warnings
next.
2014-02-19 16:09:29 +01:00
..
examples better Client.stop() handling in WebClientRepeating and WifiWebClientRepeating examples 2014-01-21 20:38:52 +01:00
src Don't use IPAddress::_address from EthernetClass 2014-02-19 16:09:29 +01:00
keywords.txt Ethernet, SD and LiquidCrystal to the new library format 2013-06-26 19:13:04 +02:00
library.properties Updated libraries metadata 2013-08-08 16:40:55 +02:00