Definition at line 42 of file TinyGsmClientU201.h.
|
| TinyGsmU201 (Stream &stream) |
|
bool | begin (const char *pin=NULL) |
|
bool | init (const char *pin=NULL) |
|
void | setBaud (unsigned long baud) |
|
bool | testAT (unsigned long timeout=10000L) |
|
void | maintain () |
|
bool | factoryDefault () |
|
String | getModemInfo () TINY_GSM_ATTR_NOT_IMPLEMENTED |
|
bool | hasSSL () |
|
bool | restart () |
|
bool | poweroff () TINY_GSM_ATTR_NOT_IMPLEMENTED |
|
bool | simUnlock (const char *pin) |
|
String | getSimCCID () |
|
String | getIMEI () |
|
SimStatus | getSimStatus (unsigned long timeout=10000L) |
|
RegStatus | getRegistrationStatus () |
|
String | getOperator () |
|
int | getSignalQuality () |
|
bool | isNetworkConnected () |
|
bool | waitForNetwork (unsigned long timeout=60000L) |
|
bool | gprsConnect (const char *apn, const char *user=NULL, const char *pwd=NULL) |
|
bool | gprsDisconnect () |
|
bool | isGprsConnected () |
|
String | getLocalIP () |
|
IPAddress | localIP () |
|
bool | setGsmBusy (bool busy=true) TINY_GSM_ATTR_NOT_IMPLEMENTED |
|
bool | callAnswer () TINY_GSM_ATTR_NOT_IMPLEMENTED |
|
bool | callNumber (const String &number) TINY_GSM_ATTR_NOT_IMPLEMENTED |
|
bool | callHangup () TINY_GSM_ATTR_NOT_IMPLEMENTED |
|
String | sendUSSD (const String &code) TINY_GSM_ATTR_NOT_IMPLEMENTED |
|
bool | sendSMS (const String &number, const String &text) TINY_GSM_ATTR_NOT_IMPLEMENTED |
|
bool | sendSMS_UTF16 (const String &number, const void *text, size_t len) TINY_GSM_ATTR_NOT_IMPLEMENTED |
|
String | getGsmLocation () |
|
uint16_t | getBattVoltage () |
|
int | getBattPercent () TINY_GSM_ATTR_NOT_IMPLEMENTED |
|
template<typename T > |
void | streamWrite (T last) |
|
template<typename T , typename... Args> |
void | streamWrite (T head, Args... tail) |
|
bool | streamSkipUntil (char c) |
|
template<typename... Args> |
void | sendAT (Args... cmd) |
|
uint8_t | waitResponse (uint32_t timeout, String &data, GsmConstStr r1=GFP(GSM_OK), GsmConstStr r2=GFP(GSM_ERROR), GsmConstStr r3=NULL, GsmConstStr r4=NULL, GsmConstStr r5=NULL) |
|
uint8_t | waitResponse (uint32_t timeout, GsmConstStr r1=GFP(GSM_OK), GsmConstStr r2=GFP(GSM_ERROR), GsmConstStr r3=NULL, GsmConstStr r4=NULL, GsmConstStr r5=NULL) |
|
uint8_t | waitResponse (GsmConstStr r1=GFP(GSM_OK), GsmConstStr r2=GFP(GSM_ERROR), GsmConstStr r3=NULL, GsmConstStr r4=NULL, GsmConstStr r5=NULL) |
|