Skip to main content

MatterStackInteractionModelState

Type Alias MatterStackInteractionModelState 

Source
pub type MatterStackInteractionModelState<RN> = InteractionModelState<RN, MAX_SUBSCRIPTIONS, EVENTS_RINGBUF_SIZE>;
Expand description

The InteractionModelState specialization owned by MatterStack.

It owns the subscriptions table, the events queue and the rs-matter networks store as a single unit. The KV scratch buffer now lives in Matter.

Aliased Typeยง

pub struct MatterStackInteractionModelState<RN> { /* private fields */ }