8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4183176 commit f4b9903Copy full SHA for f4b9903
libraries/GSM/src/GSM.h
@@ -108,8 +108,10 @@ class GSMClass : public MbedSocketClass {
108
bool setTime(unsigned long const epoch, int const timezone = 0);
109
void enableCmux();
110
bool isCmuxEnable();
111
+#if MBED_CONF_MBED_TRACE_ENABLE
112
void trace(Stream& stream);
113
void setTraceLevel(int trace_level, bool timestamp = false);
114
+#endif
115
int ping(const char* hostname, uint8_t ttl = 128);
116
int ping(const String& hostname, uint8_t ttl = 128);
117
int ping(IPAddress host, uint8_t ttl = 128);
0 commit comments