Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hieromon/AutoConnect
/ functions
Functions
1,229 in github.com/Hieromon/AutoConnect
⨍
Functions
1,229
◇
Types & classes
69
Method
_allocateEntry
src/AutoConnectCredential.cpp:52
Method
_asElementType
* Convert element type from type as String. * @param type An element type as String * @return A type of ACElement_t */
src/AutoConnectAux.cpp:1260
Method
_attachMenuItem
src/AutoConnectPageImpl.hpp:1555
Method
_attachOTA
The following members are used to separate AutoConnectAux-dependent processes from AutoConnectCore that were mingled with AutoConnect. These are treat
src/AutoConnectCore.hpp:272
Method
_attachOTA
src/AutoConnectExtImpl.hpp:187
Method
_autoMount
* Detect the mount status of the SD card and remount it if it has been * unplugged once. This avoids sector information mismatch due to SD card * re
examples/WebCamServer/ESP32Cam.cpp:752
Method
_buildAux
* Create the update operation pages using a predefined page structure * with two structures as ACPage_t and ACElementProp_t which describe * for Aut
src/AutoConnectOTA.cpp:93
Method
_buildAux
* Create the update operation pages using a predefined page structure * with two structures as ACPage_t and ACElementProp_t which describe * for Aut
src/AutoConnectUpdate.cpp:302
Method
_captivePortal
src/AutoConnectCoreImpl.hpp:1162
Method
_captureHandler
* Capturing a still image from the image sensor and transferring it via HTTP * content. This function is an internal, static entry and URI handler.
examples/WebCamServer/ESP32WebCam.cpp:262
Method
_classifyHandle
src/AutoConnectCoreImpl.hpp:1428
Method
_close
* All bytes are written, this call writes the config to reboot. * If there is an error this will clear everything. * This function overrides AutoCon
src/AutoConnectOTA.cpp:281
Method
_close
src/AutoConnectUploadImpl.h:134
Method
_commit
* Serialize the AutoConnectCredential instance and write it back to NVS. */
src/AutoConnectCredential.cpp:679
Method
_configAP
src/AutoConnectCoreImpl.hpp:356
Method
_configSTA
src/AutoConnectCoreImpl.hpp:376
Method
_createElement
* Create an instance from the AutoConnectElement of the JSON object. * @param json A reference of JSON * @return A pointer of created AutoConnectE
src/AutoConnectAux.cpp:927
Method
_del
* Delete the credential entry Actually for the specified SSID from Preferences. * @param ssid A SSID character string to be deleted. * @param
src/AutoConnectCredential.cpp:760
Method
_enableUpdate
src/AutoConnectCore.hpp:273
Method
_enableUpdate
src/AutoConnectExtImpl.hpp:212
Method
_fetchEndpoint
* An exit for the endpoint responding to a Fetch request issued from the * AutoConnectAux client with AutoConnectElement::on. * This responder sends
src/AutoConnectAux.cpp:792
Method
_getBootUri
src/AutoConnectCoreImpl.hpp:431
Method
_getChipId
src/AutoConnectPageImpl.hpp:986
Method
_getConfigSTA
src/AutoConnectCoreImpl.hpp:453
Method
_getFlashChipRealSize
src/AutoConnectPageImpl.hpp:997
Method
_getPrefBytesLength
src/AutoConnectCredential.h:184
Method
_getSystemUptime
src/AutoConnectPageImpl.hpp:1006
Method
_handleNotFound
src/AutoConnectCoreImpl.hpp:1211
Method
_handleOTA
src/AutoConnectCore.hpp:274
Method
_handleOTA
src/AutoConnectExtImpl.hpp:246
Method
_handleUpdate
src/AutoConnectCore.hpp:275
Method
_handleUpdate
src/AutoConnectExtImpl.hpp:283
Method
_handleUpload
src/AutoConnectExtImpl.hpp:297
Method
_hasTimeout
src/AutoConnectCoreImpl.hpp:1183
Method
_import
* Import the credentials bulk data as Preferences from NVS. * In ESP32, AutoConnect stores credentials in NVS from v1.0.0. */
src/AutoConnectCredential.cpp:776
Method
_inProgress
* An update callback function in HTTPUpdate::update. * This callback handler acts as an HTTPUpdate::update callback and * sends the updated amount o
src/AutoConnectUpdate.cpp:352
Method
_indicateEncType
* Modifying the form of attribute depending on the type of `input` tag * contained. If the custom web page contains `input type=file` then * allows
src/AutoConnectAux.cpp:578
Method
_indicateUri
* Insert the uri that caused the request to the aux. */
src/AutoConnectAux.cpp:555
Method
_induceConnect
src/AutoConnectCoreImpl.hpp:1264
Method
_induceDisconnect
src/AutoConnectCoreImpl.hpp:1249
Method
_induceReset
src/AutoConnectCoreImpl.hpp:1237
Method
_injectTitle
< Inject menu title of this page to PageBuilder */
src/AutoConnectAux.h:133
Method
_insertElement
* Insert the token handler of PageBuilder. This handler inserts HTML * elements generated by the whole AutoConnectElements to the auxiliary page. *
src/AutoConnectAux.cpp:594
Method
_insertScript
* Insert the JavaScript required for the dynamic behavior of the elements * contained in the page at the tail of the page. * AutoConnectRange and Au
src/AutoConnectAux.cpp:646
Method
_insertStyle
* Insert user defined CSS code to AutoConnectAux page. * @param args A reference of PageArgument but unused. * @return HTML string that should be
src/AutoConnectAux.cpp:692
Method
_invokeResult
src/AutoConnectCoreImpl.hpp:1352
Method
_isCompatible<AutoConnectButton>
src/AutoConnectAux.h:258
Method
_isCompatible<AutoConnectButtonBasis>
src/AutoConnectElementBasis.h:442
Method
_isCompatible<AutoConnectButtonJson>
src/AutoConnectElementJson.h:395
Method
_isCompatible<AutoConnectCheckbox>
src/AutoConnectAux.h:268
Method
_isCompatible<AutoConnectCheckboxBasis>
src/AutoConnectElementBasis.h:447
Method
_isCompatible<AutoConnectCheckboxJson>
src/AutoConnectElementJson.h:400
Method
_isCompatible<AutoConnectElement>
src/AutoConnectAux.h:247
Method
_isCompatible<AutoConnectFile>
src/AutoConnectAux.h:278
Method
_isCompatible<AutoConnectFileBasis>
src/AutoConnectElementBasis.h:452
Method
_isCompatible<AutoConnectFileJson>
src/AutoConnectElementJson.h:405
Method
_isCompatible<AutoConnectInput>
src/AutoConnectAux.h:288
Method
_isCompatible<AutoConnectInputBasis>
src/AutoConnectElementBasis.h:457
Method
_isCompatible<AutoConnectInputJson>
src/AutoConnectElementJson.h:410
Method
_isCompatible<AutoConnectRadio>
src/AutoConnectAux.h:298
Method
_isCompatible<AutoConnectRadioBasis>
src/AutoConnectElementBasis.h:462
Method
_isCompatible<AutoConnectRadioJson>
src/AutoConnectElementJson.h:415
Method
_isCompatible<AutoConnectRange>
src/AutoConnectAux.h:308
Method
_isCompatible<AutoConnectRangeBasis>
src/AutoConnectElementBasis.h:467
Method
_isCompatible<AutoConnectRangeJson>
src/AutoConnectElementJson.h:420
Method
_isCompatible<AutoConnectSelect>
src/AutoConnectAux.h:318
Method
_isCompatible<AutoConnectSelectBasis>
src/AutoConnectElementBasis.h:472
Method
_isCompatible<AutoConnectSelectJson>
src/AutoConnectElementJson.h:425
Method
_isCompatible<AutoConnectStyle>
src/AutoConnectAux.h:328
Method
_isCompatible<AutoConnectStyleBasis>
src/AutoConnectElementBasis.h:477
Method
_isCompatible<AutoConnectStyleJson>
src/AutoConnectElementJson.h:430
Method
_isCompatible<AutoConnectSubmit>
src/AutoConnectAux.h:338
Method
_isCompatible<AutoConnectSubmitBasis>
src/AutoConnectElementBasis.h:482
Method
_isCompatible<AutoConnectSubmitJson>
src/AutoConnectElementJson.h:435
Method
_isCompatible<AutoConnectText>
src/AutoConnectAux.h:348
Method
_isCompatible<AutoConnectTextBasis>
src/AutoConnectElementBasis.h:487
Method
_isCompatible<AutoConnectTextJson>
src/AutoConnectElementJson.h:440
Method
_isIP
src/AutoConnectCoreImpl.hpp:1496
Method
_isPersistent
src/AutoConnectCoreImpl.hpp:1482
Method
_isValidAP
src/AutoConnectCoreImpl.hpp:1672
Method
_join
* Join AutoConnectConfigAux to the AutoConnect instance, and start * working as a custom web page. * This function inherits from AutoConnectAux::_jo
src/AutoConnectConfigAux.cpp:699
Method
_jpgEncodeStream
* Chunking send converted JPEG image. This function will call back from frame2jpg_cb. * It writes the bytes of the output JPEG */
examples/WebCamServer/ESP32WebCam.cpp:239
Method
_load
* Load all elements of AutoConectAux page from JSON object. * @param jb Reference of JSON object * @return true Successfully loaded. * @return
src/AutoConnectAux.cpp:1038
Method
_load
src/AutoConnectExtImpl.hpp:438
Method
_loadAvailCredential
src/AutoConnectCoreImpl.hpp:924
Method
_loadCurrentCredential
src/AutoConnectCoreImpl.hpp:906
Method
_loadElement
src/AutoConnectAux.cpp:1108
Method
_loadSettings
* Loads the persisted settings from AUTOCONNECT_CONFIGAUX_FILE into the * current AutoConnectConfig. */
src/AutoConnectConfigAux.cpp:733
Method
_mold_MENU_AUX
src/AutoConnectCore.hpp:279
Method
_mold_MENU_AUX
src/AutoConnectExtImpl.hpp:474
Method
_nonResponseExit
* AutoConnectAux with responsive=false setting will not send HTTP * response by PageBuilder. Its handler needs to send an HTTP response. * However,
src/AutoConnectAux.cpp:674
Method
_obtain
* Obtains an entry pointed to by the specified iterator from the * dictionary as the std::map that maintains the credentials into the * station_c
src/AutoConnectCredential.cpp:842
Method
_onCatalog
* AUTOCONNECT_URI_UPDATE page handler. * It queries the update server for cataloged sketch binary and * displays the result on the page as an availa
src/AutoConnectUpdate.cpp:368
Method
_onPeriod
* Turn on the flicker signal and reserves a ticker to turn off the * signal. This behavior will perform every cycle to generate the * pseudo-PWM sig
src/AutoConnectTicker.cpp:54
Method
_onPulse
* Turn off the flicker signal * @param t Its own address */
src/AutoConnectTicker.cpp:65
Method
_onResult
* AUTOCONNECT_URI_UPDATE_RESULT page handler * Display the result of the update function of HTTPUpdate class. * @param result A reference of the Au
src/AutoConnectUpdate.cpp:495
Method
_onUpdate
* AUTOCONNECT_URI_UPDATE_ACT page handler * Only display a dialog indicating that the update is in progress. * @param progress A reference of the A
src/AutoConnectUpdate.cpp:476
Method
_oneShot
* Exclusively get semaphore and output the image from the image sensor to a * file. If the filename parameter is nullptr, it will assume a file name
examples/WebCamServer/ESP32Cam.cpp:505
Method
_open
* Check the space needed for the update * This function overrides AutoConnectUploadHandler::_open. * @param filename An updater bin file name * @p
src/AutoConnectOTA.cpp:147
Method
_open
src/AutoConnectUploadImpl.h:114
← previous
next →
801–900 of 1,229, ranked by callers