MCPcopy Create free account
hub / github.com/Heltec-Aaron-Lee/WiFi_Kit_series / started

Method started

libraries/Network/src/NetworkInterface.cpp:312–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312bool NetworkInterface::started() const {
313 return (getStatusBits() & ESP_NETIF_STARTED_BIT) != 0;
314}
315
316bool NetworkInterface::connected() const {
317 return (getStatusBits() & ESP_NETIF_CONNECTED_BIT) != 0;

Callers 6

setSleepMethod · 0.45
setBandModeMethod · 0.45
getBandModeMethod · 0.45
getBandMethod · 0.45
setTxPowerMethod · 0.45
getTxPowerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected