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_1a4a879d227df7b0346166218ebd3c2e9b)| Connects to the network using the specified APN, GPRS username, and GPRS password. |
21
+
|[`connect`](#class_arduino_cellular_1a041c9d5c546b82858b01859383d11fb7)| 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. |
@@ -36,6 +36,7 @@ This class provides methods to interact with the Arduino Pro Modem, such as conn
36
36
|[`getHTTPSClient`](#class_arduino_cellular_1aeb2d1bff0405e92197c0de750cef87e0)| Gets the HTTPS client for the specified server and port. |
37
37
|[`getIPAddress`](#class_arduino_cellular_1aabf2ad2144827d34c3ba298b5f423344)| Gets the local IP address. |
38
38
|[`getSignalQuality`](#class_arduino_cellular_1aefdae9cb2b8c9f05130b09c18c3f245e)| Gets the signal quality. |
39
+
|[`setDebugStream`](#class_arduino_cellular_1aae2cacf5a5778293f0bd3312d2289327)| Sets the debug stream for [ArduinoCellular](#class_arduino_cellular). |
Sets the debug stream for [ArduinoCellular](#class_arduino_cellular).
321
+
322
+
This function allows you to set the debug stream for [ArduinoCellular](#class_arduino_cellular). The debug stream is used to output debug messages and information.
323
+
324
+
#### Parameters
325
+
* `stream` A pointer to the Stream object that will be used as the debug stream.
326
+
<hr />
327
+
313
328
# class `ModemInterface` <a id="class_modem_interface" class="anchor"></a>
0 commit comments