You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`begin`](#class_arduino_cellular_1ad5ca7cf61f48c40569f41f3029d6516e)| Initializes the modem. |
21
-
|[`connect`](#class_arduino_cellular_1a7551e64b14a8c04b38de598e12c2a819)| Connects to the network using the specified APN, GPRS username, and GPRS password. |
21
+
|[`connect`](#class_arduino_cellular_1a4a879d227df7b0346166218ebd3c2e9b)| Connects to the network using the specified APN, GPRS username, and GPRS password. |
22
22
|[`isConnectedToOperator`](#class_arduino_cellular_1af7453ef90702e9042e2b4b18fa89db03)| Checks if the modem is registered on the network. |
23
23
|[`isConnectedToInternet`](#class_arduino_cellular_1a6f8251e06de1810897b8bd8f8fb1b1a2)| Checks if the GPRS network is connected. |
24
24
|[`enableGPS`](#class_arduino_cellular_1abe77a53e0eba6e8d62ba5db3bb6f5e92)| Enables or disables the GPS module. |
@@ -31,6 +31,7 @@ This class provides methods to interact with the Arduino Pro Modem, such as conn
31
31
|[`getUnreadSMS`](#class_arduino_cellular_1af1e3b2fad0a64f3b7675c88100ddbca5)| Gets the list of unread [SMS](#class_s_m_s) messages. |
32
32
|[`sendATCommand`](#class_arduino_cellular_1a1d20e97f47d05d5420a98f79f213f978)| Sends an AT command to the modem and waits for a response, then returns the response. |
33
33
|[`getNetworkClient`](#class_arduino_cellular_1acff92474af3bd819b62f132cf12f45ba)| Gets the Network client. (OSI Layer 3) |
34
+
|[`getSecureNetworkClient`](#class_arduino_cellular_1a8b7486d1a682787588c015af8d65a38e)| Gets the Transport Layer Security (TLS) client. (OSI Layer 4) |
34
35
|[`getHTTPClient`](#class_arduino_cellular_1aa1b4c3bbd14984d2a7ed1db7fa1ac930)| Gets the HTTP client for the specified server and port. |
35
36
|[`getHTTPSClient`](#class_arduino_cellular_1aeb2d1bff0405e92197c0de750cef87e0)| Gets the HTTPS client for the specified server and port. |
36
37
|[`getIPAddress`](#class_arduino_cellular_1aabf2ad2144827d34c3ba298b5f423344)| Gets the local IP address. |
0 commit comments