We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0f2b9 commit c20e9b2Copy full SHA for c20e9b2
src/ArduinoCellular.h
@@ -259,15 +259,16 @@ class ArduinoCellular {
259
*/
260
void setDebugStream(Stream& stream);
261
262
- private:
263
- bool connectToGPRS(const char * apn, const char * gprsUser, const char * gprsPass);
264
-
265
- /**
+ /**
266
* @brief Gets the SIM card status.
267
* @return The SIM card status.
268
269
SimStatus getSimStatus();
270
+ private:
+ bool connectToGPRS(const char * apn, const char * gprsUser, const char * gprsPass);
+
271
272
/**
273
* @brief Waits for network registration. (Blocking call)
274
* @return True if the network registration is successful, false otherwise.
0 commit comments