module Matter::MDNS::ResponderInterface

Overview

Minimal interface used by higher-level device lifecycle components to switch between commissioning and operational advertisements.

This avoids coupling lifecycle logic to the concrete MDNS::Responder (which binds sockets) and supports test doubles.

Direct including types

Defined in:

matter/mdns/responder_interface.cr

Instance Method Summary

Instance Method Detail

abstract def stop_commissioning : Nil #

[View source]
abstract def stop_operational_advertisement : Nil #

[View source]