error message

Does anyone know what this means?

'class EthernetClass' has no member named 'LocalIP'

I believe that is supposed to be localIP, the error message means you are trying to use a member name that does not exist.

2jmike:
Does anyone know what this means?

'class EthernetClass' has no member named 'LocalIP'

I'd say this means exactly that: 'class EthernetClass' has no member named 'LocalIP'

While there is a 'Ethernet.localIP();' there isn't such a thing like "LocalIP" with capital letter 'L'.

Check uppercase/lowercase spelling!

I will check...Thank you.