W60X_Arduino: IPAddress Class Reference

Arduino W60X

W60X_Arduino
IPAddress Class Reference

Inherits Printable.

Public Member Functions

 IPAddress ()
 This constructor function is used to construct IPAddress object. More...
 
 IPAddress (uint8_t first_oct, uint8_t sec_oct, uint8_t third_oct, uint8_t fourth_oct)
 This constructor function is used to construct IPAddress object. More...
 
 IPAddress (uint32_t address)
 This constructor function is used to construct IPAddress object. More...
 
 IPAddress (const uint8_t *address)
 This constructor function is used to construct IPAddress object. More...
 
 operator uint32_t () const
 This operator overloading function is used to overloading 'uint32_t' operator. More...
 
bool operator== (const IPAddress &addr) const
 This operator overloading function is used to overloading '==' operator. More...
 
bool operator== (uint32_t addr) const
 This operator overloading function is used to overloading '==' operator. More...
 
bool operator== (const uint8_t *addr) const
 This operator overloading function is used to overloading '==' operator. More...
 
uint8_t operator[] (int index) const
 This operator overloading function is used to overloading '[]' operator. More...
 
uint8_t & operator[] (int index)
 This operator overloading function is used to overloading '[]' operator. More...
 
IPAddressoperator= (const uint8_t *address)
 This operator overloading function is used to overloading '=' operator. More...
 
IPAddressoperator= (uint32_t address)
 This operator overloading function is used to overloading '=' operator. More...
 
String toString () const
 This function is used to transform from IPAddress object to String object. More...
 
bool fromString (const char *address)
 This function is used to create the object from a string buffer. More...
 
bool fromString (const String &address)
 This function is used to create the object from a String object. More...
 
virtual size_t printTo (Print &p) const
 This virtual function is used to called by print/println function. More...
 
Generated by   doxygen 1.8.14