Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bportaluri/WiFiEsp
/ functions
Functions
104 in github.com/bportaluri/WiFiEsp
⨍
Functions
104
◇
Types & classes
11
↓ 12 callers
Method
read
src/WiFiEspUdp.cpp:135
↓ 7 callers
Method
println
if we do override this, the standard println will call the print method twice
src/WiFiEspClient.cpp:51
↓ 5 callers
Method
available
return number of bytes available in the current packet, will return zero if parsePacket hasn't been called yet */
src/WiFiEspUdp.cpp:53
↓ 5 callers
Method
write
src/WiFiEspUdp.cpp:114
↓ 2 callers
Method
endsWith
src/utility/RingBuffer.cpp:55
↓ 2 callers
Method
getStrN
src/utility/RingBuffer.cpp:93
↓ 2 callers
Method
peek
src/WiFiEspUdp.cpp:157
↓ 1 callers
Method
init
src/utility/RingBuffer.cpp:39
↓ 1 callers
Method
push
src/utility/RingBuffer.cpp:45
↓ 1 callers
Method
reset
src/utility/EspDrv.cpp:114
Method
BSSID
src/WiFiEsp.cpp:139
Method
RSSI
src/WiFiEsp.cpp:147
Method
RingBuffer
src/utility/RingBuffer.cpp:23
Method
SSID
src/WiFiEsp.cpp:134
Method
WiFiEspClass
src/WiFiEsp.cpp:29
Method
WiFiEspClient
src/WiFiEspClient.cpp:29
Method
WiFiEspServer
src/WiFiEspServer.cpp:26
Method
WiFiEspUDP
Constructor */
src/WiFiEspUdp.cpp:26
Method
allocateSocket
src/WiFiEsp.cpp:222
Method
availData
src/utility/EspDrv.cpp:650
Method
available
src/WiFiEspClient.cpp:138
Method
available
src/WiFiEspServer.cpp:60
Method
begin
src/WiFiEspUdp.cpp:33
Method
begin
src/WiFiEspServer.cpp:31
Method
begin
src/WiFiEsp.cpp:48
Method
beginAP
src/WiFiEsp.cpp:58
Method
beginPacket
src/WiFiEspUdp.cpp:84
Method
config
src/WiFiEsp.cpp:82
Method
config
src/utility/EspDrv.cpp:222
Method
configAP
src/WiFiEsp.cpp:87
Method
configAP
src/utility/EspDrv.cpp:244
Method
connect
src/WiFiEspClient.cpp:73
Method
connectSSL
src/WiFiEspClient.cpp:61
Method
connected
src/WiFiEspClient.cpp:218
Method
disconnect
src/WiFiEsp.cpp:94
Method
disconnect
src/utility/EspDrv.cpp:208
Method
encryptionType
src/WiFiEsp.cpp:168
Method
endPacket
src/WiFiEspUdp.cpp:109
Method
espEmptyBuf
src/utility/EspDrv.cpp:1091
Method
firmwareVersion
src/WiFiEsp.cpp:42
Method
flush
src/WiFiEspClient.cpp:196
Method
flush
src/WiFiEspUdp.cpp:166
Method
gatewayIP
src/WiFiEsp.cpp:125
Method
getClientState
src/utility/EspDrv.cpp:311
Method
getConnectionStatus
src/utility/EspDrv.cpp:268
Method
getCurrentBSSID
src/utility/EspDrv.cpp:413
Method
getCurrentRSSI
src/utility/EspDrv.cpp:441
Method
getCurrentSSID
src/utility/EspDrv.cpp:403
Method
getData
src/utility/EspDrv.cpp:702
Method
getDataBuf
* Receive the data into a buffer. * It reads up to bufSize bytes. * @return received data size for success else -1. */
src/utility/EspDrv.cpp:774
Method
getEncTypeNetowrks
src/utility/EspDrv.cpp:545
Method
getFreeSocket
src/WiFiEsp.cpp:209
Method
getFwVersion
src/utility/EspDrv.cpp:561
Method
getGateway
src/utility/EspDrv.cpp:523
Method
getIpAddress
src/utility/EspDrv.cpp:357
Method
getIpAddressAP
src/utility/EspDrv.cpp:379
Method
getMacAddress
src/utility/EspDrv.cpp:329
Method
getNetmask
src/utility/EspDrv.cpp:510
Method
getRSSINetoworks
src/utility/EspDrv.cpp:553
Method
getRemoteIpAddress
src/utility/EspDrv.cpp:895
Method
getRemotePort
src/utility/EspDrv.cpp:900
Method
getSSIDNetoworks
src/utility/EspDrv.cpp:537
Method
getScanNetworks
src/utility/EspDrv.cpp:457
Method
getServerState
src/utility/EspDrv.cpp:637
Method
getStr
src/utility/RingBuffer.cpp:82
Method
init
src/WiFiEsp.cpp:34
Method
localIP
src/WiFiEsp.cpp:107
Method
macAddress
src/WiFiEsp.cpp:99
Method
parsePacket
src/WiFiEspUdp.cpp:130
Method
peek
src/WiFiEspClient.cpp:177
Method
ping
src/WiFiEsp.cpp:204
Method
ping
src/utility/EspDrv.cpp:574
Method
print
the standard print method will call write for each character in the buffer this is very slow on ESP
src/WiFiEspClient.cpp:44
Method
printFSH
src/WiFiEspClient.cpp:269
Method
read
src/WiFiEspClient.cpp:152
Method
read
Read up to len characters from the current packet and place them into buffer Returns the number of characters read, or 0 if none are available
src/WiFiEspUdp.h:80
Method
readUntil
Read from serial until one of the tags is found Returns: the index of the tag found in the ESPTAGS array -1 if no tag was found (timeout)
src/utility/EspDrv.cpp:1044
Method
releaseSocket
src/WiFiEsp.cpp:227
Method
remoteIP
src/WiFiEspClient.cpp:258
Method
remoteIP
src/WiFiEspUdp.cpp:175
Method
remotePort
src/WiFiEspUdp.cpp:182
Method
reset
src/WiFiEsp.cpp:185
Method
reset
src/utility/RingBuffer.cpp:34
Method
scanNetworks
src/WiFiEsp.cpp:153
Method
sendCmd
* Sends the AT command and returns the id of the TAG. * Return -1 if no tag is found. */
src/utility/EspDrv.cpp:992
Method
sendCmdGet
* Sends the AT command and stops if any of the TAGS is found. * Extract the string enclosed in the passed tags and returns it in the outStr buffer. *
src/utility/EspDrv.cpp:917
Method
sendData
src/utility/EspDrv.cpp:797
Method
sendDataUdp
src/utility/EspDrv.cpp:864
Method
startClient
src/utility/EspDrv.cpp:599
Method
startServer
Start server TCP on port specified
src/utility/EspDrv.cpp:589
Method
status
src/WiFiEspClient.cpp:235
Method
status
src/WiFiEspServer.cpp:76
Method
status
src/WiFiEsp.cpp:174
Method
stop
src/WiFiEspClient.cpp:204
Method
stop
Release any resources being used by this WiFiUDP instance */
src/WiFiEspUdp.cpp:68
Method
stopClient
Start server TCP on port specified
src/utility/EspDrv.cpp:629
Method
subnetMask
src/WiFiEsp.cpp:117
Method
timedRead
copied from Serial::timedRead
src/utility/EspDrv.cpp:1111
Method
wifiConnect
src/utility/EspDrv.cpp:146
Method
wifiDriverInit
src/utility/EspDrv.cpp:70
next →
1–100 of 104, ranked by callers