Add command page_bcd to send bcd message with pocsag

This commit is contained in:
Max Lapan
2022-11-25 20:58:26 +01:00
parent f3fb072238
commit 8f5ff4ca05
5 changed files with 21 additions and 3 deletions

View File

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