Commit c342cfd8 authored by Pavel Vainerman's avatar Pavel Vainerman

(ComPort): добавил функцию reopen(), для возможности "реинициализации" соединения "на ходу".

parent 3e473967
......@@ -97,6 +97,8 @@ public:
virtual void cleanupChannel();
virtual void reopen();
virtual void reopen();
protected:
void openPort();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment