|
|
@ -219,7 +219,7 @@ public:
|
|
|
|
virtual bool UpdateSchedules();
|
|
|
|
virtual bool UpdateSchedules();
|
|
|
|
virtual bool QuerySystemProperties(map<string, string>& properties);
|
|
|
|
virtual bool QuerySystemProperties(map<string, string>& properties);
|
|
|
|
virtual bool InstallAPP(const std::string& path, unsigned int delayedTime);
|
|
|
|
virtual bool InstallAPP(const std::string& path, unsigned int delayedTime);
|
|
|
|
virtual bool Reboot(int resetType, bool manually, const std::string& reason);
|
|
|
|
virtual bool Reboot(int resetType, bool manually, const std::string& reason, uint32_t timeout = 1000);
|
|
|
|
virtual bool EnableGPS(bool enabled);
|
|
|
|
virtual bool EnableGPS(bool enabled);
|
|
|
|
virtual float QueryBattaryVoltage(int timesForAvg, bool* isCharging);
|
|
|
|
virtual float QueryBattaryVoltage(int timesForAvg, bool* isCharging);
|
|
|
|
virtual bool RequestPosition();
|
|
|
|
virtual bool RequestPosition();
|
|
|
|