ot::Dns::ServiceDiscovery::Server::GetCounters() const method
Returns the counters of the DNS-SD server.
Syntax
const Counters &GetCounters(void) const; Return value
A reference to the `Counters` instance.
![]()
const Counters &GetCounters(void) const { return mCounters; };