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_1a041c9d5c546b82858b01859383d11fb7)| Connects to the network using the specified APN, GPRS username, and GPRS password. |
21
+
|[`unlockSIM`](#class_arduino_cellular_1aa0be2795ff7b23c39ecef90d9906bbdf)| Unlocks the SIM card using the specified PIN. |
22
+
|[`connect`](#class_arduino_cellular_1a7fb3c3e841b39c4faacef32cec6277b4)| Registers with the cellular network and connects to the Internet if the APN, GPRS username, and GPRS password are provided. |
22
23
|[`isConnectedToOperator`](#class_arduino_cellular_1af7453ef90702e9042e2b4b18fa89db03)| Checks if the modem is registered on the network. |
23
24
|[`isConnectedToInternet`](#class_arduino_cellular_1a6f8251e06de1810897b8bd8f8fb1b1a2)| Checks if the GPRS network is connected. |
24
25
|[`enableGPS`](#class_arduino_cellular_1abe77a53e0eba6e8d62ba5db3bb6f5e92)| Enables or disables the GPS module. |
25
26
|[`getGPSLocation`](#class_arduino_cellular_1aee57a2eec5be06172b2fb7cd574d9106)| Gets the GPS location. (Blocking call) |
26
-
|[`getCellularLocation`](#class_arduino_cellular_1ac94da4914e08cc549134e6fe5575b5a6)| Gets the cellular location. (Blocking call) |
27
27
|[`getCellularTime`](#class_arduino_cellular_1a6b3ce5485badff582584d539e790aff4)| Gets the current time from the network. |
28
28
|[`getGPSTime`](#class_arduino_cellular_1a4aeb898c958e6eb001d606f0c7da8799)| Gets the current time from the GPS module. |
29
29
|[`sendSMS`](#class_arduino_cellular_1a371aef1318857f0863f443eaeabf4ac2)| Sends an [SMS](#class_s_m_s) message to the specified number. |
30
30
|[`getReadSMS`](#class_arduino_cellular_1a5da65683df86af75590c7a68766236ee)| Gets the list of read [SMS](#class_s_m_s) messages. |
31
31
|[`getUnreadSMS`](#class_arduino_cellular_1af1e3b2fad0a64f3b7675c88100ddbca5)| Gets the list of unread [SMS](#class_s_m_s) messages. |
32
-
|[`sendATCommand`](#class_arduino_cellular_1a1d20e97f47d05d5420a98f79f213f978)| Sends an AT command to the modem and waits for a response, then returns the response. |
32
+
|[`deleteSMS`](#class_arduino_cellular_1abe4337f0bc8c486a076011309120ace1)| Deletes an [SMS](#class_s_m_s) message at the specified index. |
33
+
|[`sendATCommand`](#class_arduino_cellular_1a58a3e3713af0c01ad1075a2509c6874d)| Sends an AT command to the modem and waits for a response, then returns the response. |
33
34
|[`getNetworkClient`](#class_arduino_cellular_1acff92474af3bd819b62f132cf12f45ba)| Gets the Network client. (OSI Layer 3) |
34
35
|[`getSecureNetworkClient`](#class_arduino_cellular_1a8b7486d1a682787588c015af8d65a38e)| Gets the Transport Layer Security (TLS) client. (OSI Layer 4) |
35
36
|[`getHTTPClient`](#class_arduino_cellular_1aa1b4c3bbd14984d2a7ed1db7fa1ac930)| Gets the HTTP client for the specified server and port. |
|[`number`](#class_s_m_s_1a7e93b46a5ea599e6fdc27295afaf4c51)| The phone number associated with the [SMS](#class_s_m_s). |
417
+
|[`index`](#class_s_m_s_1a1d7df5242fd17e58cb5c7ef1f81472fb)| The index of the [SMS](#class_s_m_s) message. |
418
+
|[`sender`](#class_s_m_s_1aafb60a0ef09724cc5e3f659505c9dab3)| The phone number associated with the [SMS](#class_s_m_s). |
404
419
|[`message`](#class_s_m_s_1ad2f3aac08b66f78472b18727a653c7c4)| The content of the [SMS](#class_s_m_s) message. |
405
420
|[`timestamp`](#class_s_m_s_1a8f275bdda4111b2ecc95f269cec70940)| The timestamp when the [SMS](#class_s_m_s) was received. |
406
421
|[`SMS`](#class_s_m_s_1ac4a683a43558570b5a9cb3a92100c29e)| Default constructor for [SMS](#class_s_m_s). Initializes the number, message, and timestamp to empty values. |
407
-
|[`SMS`](#class_s_m_s_1a964afc86f65da37c4bf8e099e250f9de)| Constructor for [SMS](#class_s_m_s). |
422
+
|[`SMS`](#class_s_m_s_1abb10fd15a6e3d1f3b6a9bb24123d4e0a)| Constructor for [SMS](#class_s_m_s). |
0 commit comments