Calling IpAddress(a, b, c, d) is equivalent to calling IpAddress("a.b.c.d"), but safer as it doesn't have to parse a string to get the address components.
Parameters
byte0 = First byte of the address.
byte1 = Second byte of the address.
byte2 = Third byte of the address.
byte3 = Fourth byte of the address.
Construct the address from 4 bytes.
Calling IpAddress(a, b, c, d) is equivalent to calling IpAddress("a.b.c.d"), but safer as it doesn't have to parse a string to get the address components.
Parameters byte0 = First byte of the address. byte1 = Second byte of the address. byte2 = Third byte of the address. byte3 = Fourth byte of the address.