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

@@ -202,6 +202,12 @@ public:
return _isValid;
}
auto endpoint() const
{
return _endpoint;
}
template <traits::adc_view_or_output_char_range R>
R proto() const
{