Add helpers getReadSource() getSerialPort().

This commit is contained in:
Gerhard Hoffmann 2024-10-15 09:57:49 +02:00
parent 9daa5e17cb
commit 6321f9068f

View File

@ -122,6 +122,9 @@ public:
uint8_t *RdDlen, uint8_t *receivedData);
// retval: data valid, only one time true
uint16_t getReadSource() { return readSource; } // readSource contains last command sent to device controller
T_com *getSerialPort() { return mySerialPort; } // utility function
signals:
void framerecieved(); //bool gotINdata);