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
pulse-counter
reader
reader-writer
rmt
serial
spi
statistics
system
tls
uart
uuid
writer
zlib
Interface Producer
Producer that can produce a fixed size payload of data, on demand.
Can be used to generate data for serialization, when the amount of data is known ahead of time.
Deprecated.
Interface summary
Constructors
Statics
Methods
Fields
size
->
int
The size of the generated payload.
write-to
byte-array/
ByteArray
offset/
int
->
none
Writes the payload into the given
byte-array
at the given
offset
.
Methods
size
->
int
The size of the generated payload.
write-to
byte-array/
ByteArray
offset/
int
->
none
Writes the payload into the given
byte-array
at the given
offset
.