Libraries
bignum
binary
bitmap
ble
bytes
core
crypto
device
encoding
esp32
espnow
net
expect
fixed-point
flash
font
gpio
i2c
i2s
icons
io
line-wrap
log
math
monitor
net
pulse-counter
reader
reader-writer
rmt
serial
spi
statistics
system
tls
uart
uuid
writer
zlib
Class Address
extends
Object
Class summary
Constructors
Statics
Methods
Fields
constructor
mac/
ByteArray
Constructors
constructor
mac/
ByteArray
Statics
parse
str/
string
->
Address
Variant of
parse str [--if-error]
that throws on errors.
parse
str/
string
[--on-error]
->
Address
Deprecated. Use
parse str [--if-error]
instead.
parse
str/
string
[--if-error]
->
Address
Parses the given
str
as MAC address.
The
if-error
block is called when the
str
is not a valid MAC address. The result of the block is then returned. As such, it must be of type
Address
, or null.
Methods
hash-code
->
int
operator ==
other/
any
->
bool
stringify
->
string
to-string
->
string
Fields
mac
/
ByteArray