Libraries
bignum
binary
bitmap
ble
bytes
core
crypto
device
encoding
esp32
expect
fixed-point
flash
font
gpio
i2c
i2s
icons
io
line-wrap
log
math
monitor
net
cellular
ethernet
ip-address
modules
socket-address
tcp
udp
wifi
x509
pulse-counter
reader
reader-writer
rmt
serial
spi
statistics
system
tls
uart
uuid
writer
zlib
Class IpAddress
extends
Object
Class summary
Constructors
Statics
Methods
Fields
constructor
raw/
any
Constructors
constructor
raw/
any
Statics
deserialize
bytes/
ByteArray
->
IpAddress
is-valid
str/
string
--accept-ipv4/
bool
=
true
--accept-ipv6/
bool
=
false
->
bool
Checks a string to detect if it is a parseable IP address.
IPv4 addresses are checked for decimal dot notation, eg. 192.168.0.1
IPv6 addresses are checked for hexadecimal colon notation, eg. 2001:db8::1234:5678
parse
ip/
any
->
IpAddress
Methods
hash-code
->
any
is-ipv6
->
bool
operator ==
other/
any
->
bool
stringify
->
any
to-byte-array
->
any
Fields
raw
/
any