|
@ -39,23 +39,9 @@ enum RegStatus { |
|
|
REG_UNKNOWN = 4, |
|
|
REG_UNKNOWN = 4, |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
//============================================================================// |
|
|
|
|
|
//============================================================================// |
|
|
|
|
|
// Declaration of the TinyGsmSim800 Class |
|
|
|
|
|
//============================================================================// |
|
|
|
|
|
//============================================================================// |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class TinyGsmSim800 : public TinyGsmModem |
|
|
class TinyGsmSim800 : public TinyGsmModem |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
//============================================================================// |
|
|
|
|
|
//============================================================================// |
|
|
|
|
|
// The Internal SIM800 Client Class |
|
|
|
|
|
//============================================================================// |
|
|
|
|
|
//============================================================================// |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public: |
|
|
public: |
|
|
|
|
|
|
|
|
class GsmClient : public Client |
|
|
class GsmClient : public Client |
|
|