MCPcopy Create free account

hub / github.com/bportaluri/WiFiEsp / functions

Functions104 in github.com/bportaluri/WiFiEsp

↓ 12 callersMethodread
src/WiFiEspUdp.cpp:135
↓ 7 callersMethodprintln
if we do override this, the standard println will call the print method twice
src/WiFiEspClient.cpp:51
↓ 5 callersMethodavailable
return number of bytes available in the current packet, will return zero if parsePacket hasn't been called yet */
src/WiFiEspUdp.cpp:53
↓ 5 callersMethodwrite
src/WiFiEspUdp.cpp:114
↓ 2 callersMethodendsWith
src/utility/RingBuffer.cpp:55
↓ 2 callersMethodgetStrN
src/utility/RingBuffer.cpp:93
↓ 2 callersMethodpeek
src/WiFiEspUdp.cpp:157
↓ 1 callersMethodinit
src/utility/RingBuffer.cpp:39
↓ 1 callersMethodpush
src/utility/RingBuffer.cpp:45
↓ 1 callersMethodreset
src/utility/EspDrv.cpp:114
MethodBSSID
src/WiFiEsp.cpp:139
MethodRSSI
src/WiFiEsp.cpp:147
MethodRingBuffer
src/utility/RingBuffer.cpp:23
MethodSSID
src/WiFiEsp.cpp:134
MethodWiFiEspClass
src/WiFiEsp.cpp:29
MethodWiFiEspClient
src/WiFiEspClient.cpp:29
MethodWiFiEspServer
src/WiFiEspServer.cpp:26
MethodWiFiEspUDP
Constructor */
src/WiFiEspUdp.cpp:26
MethodallocateSocket
src/WiFiEsp.cpp:222
MethodavailData
src/utility/EspDrv.cpp:650
Methodavailable
src/WiFiEspClient.cpp:138
Methodavailable
src/WiFiEspServer.cpp:60
Methodbegin
src/WiFiEspUdp.cpp:33
Methodbegin
src/WiFiEspServer.cpp:31
Methodbegin
src/WiFiEsp.cpp:48
MethodbeginAP
src/WiFiEsp.cpp:58
MethodbeginPacket
src/WiFiEspUdp.cpp:84
Methodconfig
src/WiFiEsp.cpp:82
Methodconfig
src/utility/EspDrv.cpp:222
MethodconfigAP
src/WiFiEsp.cpp:87
MethodconfigAP
src/utility/EspDrv.cpp:244
Methodconnect
src/WiFiEspClient.cpp:73
MethodconnectSSL
src/WiFiEspClient.cpp:61
Methodconnected
src/WiFiEspClient.cpp:218
Methoddisconnect
src/WiFiEsp.cpp:94
Methoddisconnect
src/utility/EspDrv.cpp:208
MethodencryptionType
src/WiFiEsp.cpp:168
MethodendPacket
src/WiFiEspUdp.cpp:109
MethodespEmptyBuf
src/utility/EspDrv.cpp:1091
MethodfirmwareVersion
src/WiFiEsp.cpp:42
Methodflush
src/WiFiEspClient.cpp:196
Methodflush
src/WiFiEspUdp.cpp:166
MethodgatewayIP
src/WiFiEsp.cpp:125
MethodgetClientState
src/utility/EspDrv.cpp:311
MethodgetConnectionStatus
src/utility/EspDrv.cpp:268
MethodgetCurrentBSSID
src/utility/EspDrv.cpp:413
MethodgetCurrentRSSI
src/utility/EspDrv.cpp:441
MethodgetCurrentSSID
src/utility/EspDrv.cpp:403
MethodgetData
src/utility/EspDrv.cpp:702
MethodgetDataBuf
* 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
MethodgetEncTypeNetowrks
src/utility/EspDrv.cpp:545
MethodgetFreeSocket
src/WiFiEsp.cpp:209
MethodgetFwVersion
src/utility/EspDrv.cpp:561
MethodgetGateway
src/utility/EspDrv.cpp:523
MethodgetIpAddress
src/utility/EspDrv.cpp:357
MethodgetIpAddressAP
src/utility/EspDrv.cpp:379
MethodgetMacAddress
src/utility/EspDrv.cpp:329
MethodgetNetmask
src/utility/EspDrv.cpp:510
MethodgetRSSINetoworks
src/utility/EspDrv.cpp:553
MethodgetRemoteIpAddress
src/utility/EspDrv.cpp:895
MethodgetRemotePort
src/utility/EspDrv.cpp:900
MethodgetSSIDNetoworks
src/utility/EspDrv.cpp:537
MethodgetScanNetworks
src/utility/EspDrv.cpp:457
MethodgetServerState
src/utility/EspDrv.cpp:637
MethodgetStr
src/utility/RingBuffer.cpp:82
Methodinit
src/WiFiEsp.cpp:34
MethodlocalIP
src/WiFiEsp.cpp:107
MethodmacAddress
src/WiFiEsp.cpp:99
MethodparsePacket
src/WiFiEspUdp.cpp:130
Methodpeek
src/WiFiEspClient.cpp:177
Methodping
src/WiFiEsp.cpp:204
Methodping
src/utility/EspDrv.cpp:574
Methodprint
the standard print method will call write for each character in the buffer this is very slow on ESP
src/WiFiEspClient.cpp:44
MethodprintFSH
src/WiFiEspClient.cpp:269
Methodread
src/WiFiEspClient.cpp:152
Methodread
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
MethodreadUntil
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
MethodreleaseSocket
src/WiFiEsp.cpp:227
MethodremoteIP
src/WiFiEspClient.cpp:258
MethodremoteIP
src/WiFiEspUdp.cpp:175
MethodremotePort
src/WiFiEspUdp.cpp:182
Methodreset
src/WiFiEsp.cpp:185
Methodreset
src/utility/RingBuffer.cpp:34
MethodscanNetworks
src/WiFiEsp.cpp:153
MethodsendCmd
* Sends the AT command and returns the id of the TAG. * Return -1 if no tag is found. */
src/utility/EspDrv.cpp:992
MethodsendCmdGet
* 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
MethodsendData
src/utility/EspDrv.cpp:797
MethodsendDataUdp
src/utility/EspDrv.cpp:864
MethodstartClient
src/utility/EspDrv.cpp:599
MethodstartServer
Start server TCP on port specified
src/utility/EspDrv.cpp:589
Methodstatus
src/WiFiEspClient.cpp:235
Methodstatus
src/WiFiEspServer.cpp:76
Methodstatus
src/WiFiEsp.cpp:174
Methodstop
src/WiFiEspClient.cpp:204
Methodstop
Release any resources being used by this WiFiUDP instance */
src/WiFiEspUdp.cpp:68
MethodstopClient
Start server TCP on port specified
src/utility/EspDrv.cpp:629
MethodsubnetMask
src/WiFiEsp.cpp:117
MethodtimedRead
copied from Serial::timedRead
src/utility/EspDrv.cpp:1111
MethodwifiConnect
src/utility/EspDrv.cpp:146
MethodwifiDriverInit
src/utility/EspDrv.cpp:70
next →1–100 of 104, ranked by callers