First version of the split network.

This commit is contained in:
Jonathan Naylor
2021-01-31 12:04:37 +00:00
parent 45d161ce07
commit 7da7384bb2
14 changed files with 264 additions and 47 deletions

View File

@@ -36,7 +36,7 @@ public:
virtual bool read(CDMRData& data) = 0;
virtual bool write(const CDMRData& data) = 0;
virtual bool write(CDMRData& data) = 0;
virtual bool readRadioPosition(unsigned char* data, unsigned int& length) = 0;