module Matter::Protocol::SessionManager

Overview

Minimal interface for lifecycle code that needs to enumerate and delete sessions (and their subscriptions) without depending on the full Protocol::MessageHandler implementation.

Direct including types

Defined in:

matter/protocol/session_manager.cr

Instance Method Summary

Instance Method Detail

abstract def delete_session(session_id : UInt16) : Bool #

[View source]
abstract def sessions : Hash(UInt16, Session::SecureContext) #

[View source]