add AdcGenericNetClient class

This commit is contained in:
Timur A. Fatkhullin
2024-11-14 23:16:08 +03:00
parent 78a9e53d18
commit 285f8de1f7
6 changed files with 130 additions and 16 deletions

View File

@@ -48,6 +48,7 @@ public:
#endif
{
if (!endpoint.isValid()) {
this->logError("Invalid given endpoint: <{}>", endpoint.endpoint());
return;
}