54 if (c >=
'0' && c <=
'9')
56 acc = acc * 10 + (c -
'0');
106 for (
int i =0; i < 3; i++)
void BASE_IMPEXP memcpy(void *dest, size_t destSize, const void *src, size_t copyCount) MRPT_NO_THROWS
union IPAddress::@0 _address
bool operator==(const IPAddress &addr) const
size_t print(const __FlashStringHelper *)
bool fromString(const char *address)
virtual size_t printTo(Print &p) const
IPAddress & operator=(const uint8_t *address)