Added power off to common

And implemented for ublox
This commit is contained in:
Sara Damiano
2018-09-24 10:05:51 -04:00
parent 746b68d9f5
commit dfa731388a
7 changed files with 18 additions and 7 deletions

View File

@@ -239,6 +239,7 @@ public:
*/
virtual bool restart() = 0;
virtual bool poweroff() = 0;
/*
* SIM card functions - only apply to cellular modems
@@ -282,6 +283,7 @@ public:
return false;
}
virtual bool gprsDisconnect() { return false; }
virtual bool isGprsConnected() { return false; }
/*
* IP Address functions