Added helper getSerialPort()
This commit is contained in:
parent
f63798727f
commit
d0e1be11b6
@ -93,6 +93,9 @@ private slots:
|
||||
void analyseRecData(void);
|
||||
|
||||
public:
|
||||
T_com *getSerialPort() { return mySerialPort; }
|
||||
T_com const *getSerialPort() const { return mySerialPort; }
|
||||
|
||||
T_prot();
|
||||
bool isPortOpen(void);
|
||||
bool isSerialFree(void);
|
||||
|
Loading…
Reference in New Issue
Block a user