Page alert commands

This commit is contained in:
Max Lapan
2022-11-26 11:04:01 +01:00
parent 8f5ff4ca05
commit 55ba1233a8
5 changed files with 76 additions and 1 deletions

View File

@@ -44,6 +44,8 @@ public:
void sendPage(unsigned int ric, const std::string& text);
void sendPageBCD(unsigned int ric, const std::string& text);
void sendPageAlert1(unsigned int ric);
void sendPageAlert2(unsigned int ric, const std::string& text);
unsigned int readModem(unsigned char* data);