Simplify mode changes.

This commit is contained in:
Jonathan Naylor 2016-02-02 18:17:36 +00:00
parent 2e43624ea2
commit aa1a45394a
6 changed files with 132 additions and 117 deletions

View file

@ -38,7 +38,7 @@ public:
CDStarControl(const std::string& callsign, const std::string& module, CDStarNetwork* network, IDisplay* display, unsigned int timeout, bool duplex);
~CDStarControl();
void writeModem(unsigned char* data);
bool writeModem(unsigned char* data);
unsigned int readModem(unsigned char* data);