-
Notifications
You must be signed in to change notification settings - Fork 792
class_tiny_gsm_wifi
Sara Damiano edited this page Sep 11, 2026
·
2 revisions
Module: TinyGsmWifi
The CRTP parent class for WiFi functions.
#include <src/TinyGsmWifi.tpp>
| Name | |
|---|---|
| bool |
networkConnect(const char * ssid, const char * pwd) Connect to a WiFi network. |
| bool |
networkDisconnect() Disconnect from the WiFi network. |
bool networkConnect(const char * ssid, const char * pwd)
-
Parameters:
- ssid The SSID of the WiFi network
- pwd The password of the WiFi network
- Return: True if successfully connected to the WiFi network, false otherwise.
bool networkDisconnect()
- Return: True if successfully disconnected from the WiFi network, false otherwise.
Generated by Doxygen and m.css with templates from doxybook2 Updated on 2026-09-11
If you like TinyGSM library - give it a star, or fork it and contribute!