Sending test bcd message after every page command - need this for testing

This commit is contained in:
Max Lapan 2022-11-25 17:52:45 +01:00
parent 33143105e3
commit f3fb072238
3 changed files with 27 additions and 0 deletions

View file

@ -43,6 +43,7 @@ public:
~CPOCSAGControl();
void sendPage(unsigned int ric, const std::string& text);
void sendBCDPage(unsigned int ric, const std::string& text);
unsigned int readModem(unsigned char* data);