|
@@ -10,7 +10,9 @@ namespace network { |
|
|
|
|
|
|
|
|
SIM808RegistrationStatus waitForRegistered(uint32_t timeout, bool relativeToPowerOnTime = true);
|
|
|
SIM808RegistrationStatus waitForRegistered(uint32_t timeout, bool relativeToPowerOnTime = true);
|
|
|
bool isAvailable(SIM808_NETWORK_REGISTRATION_STATE state);
|
|
|
bool isAvailable(SIM808_NETWORK_REGISTRATION_STATE state);
|
|
|
|
|
|
#if BACKUP_ENABLE_NETWORK
|
|
|
bool enableGprs();
|
|
|
bool enableGprs();
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
bool sendSms(const char * msg);
|
|
|
bool sendSms(const char * msg);
|
|
|
} |
|
|
} |