Todo and info

This commit is contained in:
2023-11-29 16:17:47 +03:00
parent 84a2a74fc5
commit f2a0f2b619
2 changed files with 4 additions and 1 deletions

View File

@ -37,7 +37,8 @@ public:
// @return Буффер переполнился
bool isOverflow() { return isBufferOverflow; };
bool isReciving() { return isRecive; };
void listen();
// @brief Слушатель для работы isReciving()
void listen();
//////////////////////////////////////////////////////////////////////////