class

Matter::MDNS::RecordGenerator

Inherits Reference < Object

RecordGenerator interface for generating DNS records dynamically

Implementations provide the records to be advertised/responded for a service.

Instance methods

handles?(query_name : String) : Bool

Check if this generator handles a specific query name

Source
instance_name

Get the service instance name (e.g., "A1B2C3D4._matterc._udp.local")

Source
queries_handled

Additional query names this generator responds to (PTR queries, subtypes)

Source
records

Get all records for this service

Source