Read IPv6 address from mDNS record.

PiperOrigin-RevId: 822743670
This commit is contained in:
Francis Tsui
2025-10-22 14:35:56 -07:00
committed by Copybara-Service
parent 7e8cbfc140
commit bd21843464
9 changed files with 242 additions and 116 deletions
@@ -78,6 +78,7 @@ class InspectableReader {
static uint32_t ReadUint32(IInspectable inspectable);
static std::string ReadString(IInspectable inspectable);
static std::vector<std::string> ReadStringArray(IInspectable inspectable);
static GUID ReadGuid(IInspectable inspectable);
};
} // namespace windows