Skip to content

Commit c20e9b2

Browse files
committed
make getSimStatus public
1 parent 1a0f2b9 commit c20e9b2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: src/ArduinoCellular.h

+5-4
Original file line numberDiff line numberDiff line change
@@ -259,15 +259,16 @@ class ArduinoCellular {
259259
*/
260260
void setDebugStream(Stream& stream);
261261

262-
private:
263-
bool connectToGPRS(const char * apn, const char * gprsUser, const char * gprsPass);
264-
265-
/**
262+
/**
266263
* @brief Gets the SIM card status.
267264
* @return The SIM card status.
268265
*/
269266
SimStatus getSimStatus();
270267

268+
private:
269+
bool connectToGPRS(const char * apn, const char * gprsUser, const char * gprsPass);
270+
271+
271272
/**
272273
* @brief Waits for network registration. (Blocking call)
273274
* @return True if the network registration is successful, false otherwise.

0 commit comments

Comments
 (0)