pub type QueryId = u64;Expand description
Unique identifier for tracking mDNS queries.
Each call to Mdns::query() returns a unique ID that can be used to:
- Track which query was answered in
MdnsEvent::QueryAnswered - Cancel a pending query with
Mdns::cancel_query() - Check if a query is still pending with
Mdns::is_query_pending()