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
api
cellular
containers
ethernet
firmware
log
network
print
service-discovery
storage
trace
wifi
assets
base
containers
external
firmware
services
storage
trace
tls
uart
uuid
writer
zlib
Interface CellularService
extends
NetworkService
implements
NetworkService
Interface summary
Constructors
Statics
Methods
Fields
SELECTOR
->
any
CONNECT-INDEX
->
int
Statics
CONNECT-INDEX
->
int
SELECTOR
->
any
Methods
address
handle/
int
->
ByteArray
connect
config/
Map
->
List
connect
->
List
quarantine
name/
string
->
none
resolve
handle/
int
host/
string
->
List
socket-get-option
handle/
int
option/
int
->
any
socket-local-address
handle/
int
->
List
socket-mtu
handle/
int
->
int
socket-peer-address
handle/
int
->
List
socket-read
handle/
int
->
ByteArray
socket-set-option
handle/
int
option/
int
value/
any
->
none
socket-write
handle/
int
data/
any
->
int
tcp-accept
handle/
int
->
int
tcp-close-write
handle/
int
->
none
tcp-connect
handle/
int
ip/
ByteArray
port/
int
->
int
tcp-listen
handle/
int
port/
int
->
int
udp-connect
handle/
int
ip/
ByteArray
port/
int
->
none
udp-open
handle/
int
port/
int
->
int
udp-open-multicast
handle/
int
address/
ByteArray
port/
int
if-addr/
ByteArray
reuse-address/
bool
reuse-port/
bool
loopback/
bool
ttl/
int
->
int
udp-receive
handle/
int
->
List
udp-send
handle/
int
data/
ByteArray
ip/
ByteArray
port/
int
->
none