aboutsummaryrefslogtreecommitdiff
path: root/src/dbus/client/thread_api_dbus.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus/client/thread_api_dbus.hpp')
-rw-r--r--src/dbus/client/thread_api_dbus.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/dbus/client/thread_api_dbus.hpp b/src/dbus/client/thread_api_dbus.hpp
index f43e1b10..8ab2bcaf 100644
--- a/src/dbus/client/thread_api_dbus.hpp
+++ b/src/dbus/client/thread_api_dbus.hpp
@@ -717,6 +717,18 @@ public:
*/
ClientError GetSrpServerInfo(SrpServerInfo &aSrpServerInfo);
+ /**
+ * This method gets the MDNS telemetry information.
+ *
+ * @param[out] aMdnsTelemetryInfo The MDNS telemetry information.
+ *
+ * @retval ERROR_NONE Successfully performed the dbus function call
+ * @retval ERROR_DBUS dbus encode/decode error
+ * @retval ... OpenThread defined error value otherwise
+ *
+ */
+ ClientError GetMdnsTelemetryInfo(MdnsTelemetryInfo &aMdnsTelemetryInfo);
+
#if OTBR_ENABLE_DNSSD_DISCOVERY_PROXY
/**
* This method gets the DNS-SD counters.