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
`class `[`ArduinoCellular`](#class_arduino_cellular) | This class provides methods to interact with the Arduino Pro Modem, such as connecting to the network, sending [SMS](#class_s_m_s) messages, getting GPS location, and more.
6
-
`class `[`ModemInterface`](#class_modem_interface) | Represents the interface to the 4G modem module.
6
+
`class `[`ModemInterface`](#class_modem_interface) | Represents the interface to the 4G modem module which extends the TinyGsmBG96 class.
7
7
`class `[`SMS`](#class_s_m_s) | Represents an [SMS](#class_s_m_s) message.
8
8
`class `[`Time`](#class_time) | Represents a point in time with year, month, day, hour, minute, second, and offset.
9
9
`struct `[`Location`](#struct_location) | Represents a geographic location with latitude and longitude coordinates.
@@ -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
|[`deleteSMS`](#class_arduino_cellular_1abe4337f0bc8c486a076011309120ace1)| Deletes an [SMS](#class_s_m_s) message at the specified index. |
33
33
|[`sendATCommand`](#class_arduino_cellular_1a58a3e3713af0c01ad1075a2509c6874d)| Sends an AT command to the modem and waits for a response, then returns the response. |
34
+
|[`sendUSSDCommand`](#class_arduino_cellular_1a6886aec5850836ea8e8f135d4e5632ab)| Sends a USSD command to the network operator and waits for a response. |
34
35
|[`getNetworkClient`](#class_arduino_cellular_1acff92474af3bd819b62f132cf12f45ba)| Gets the Network client. (OSI Layer 3) |
35
36
|[`getSecureNetworkClient`](#class_arduino_cellular_1a8b7486d1a682787588c015af8d65a38e)| Gets the Transport Layer Security (TLS) client. (OSI Layer 4) |
36
37
|[`getHTTPClient`](#class_arduino_cellular_1aa1b4c3bbd14984d2a7ed1db7fa1ac930)| Gets the HTTP client for the specified server and port. |
@@ -243,6 +244,21 @@ Sends an AT command to the modem and waits for a response, then returns the resp
0 commit comments