pub type WirelessInteractionModelState<N, const NS: usize = rs_matter::::im::WirelessInteractionModelState::{constant#0}, const NE: usize = rs_matter::::im::WirelessInteractionModelState::{constant#1}> = InteractionModelState<N, NS, NE>;Expand description
A InteractionModelState for a wireless device, parameterized by the concrete
wireless network store N (e.g. WifiNetworks<3> or a Thread store). Pairs
with WirelessInteractionModel.
Aliased Typeยง
pub struct WirelessInteractionModelState<N, const NS: usize = rs_matter::::im::WirelessInteractionModelState::{constant#0}, const NE: usize = rs_matter::::im::WirelessInteractionModelState::{constant#1}> { /* private fields */ }