Skip to main content

EthInteractionModel

Type Alias EthInteractionModel 

Source
pub type EthInteractionModel<'a, C, B, T, K, NC = NoopWirelessNetCtl, R = (), const NS: usize = rs_matter::::im::EthInteractionModel::{constant#0}, const NE: usize = rs_matter::::im::EthInteractionModel::{constant#1}> = InteractionModel<'a, C, B, T, K, EthNetwork<'static>, NC, R, NS, NE>;
Expand description

A InteractionModel for an Ethernet device (network store fixed to EthNetwork), so the N generic disappears from call sites. Pairs with EthInteractionModelState.

Aliased Typeยง

pub struct EthInteractionModel<'a, C, B, T, K, NC = NoopWirelessNetCtl, R = (), const NS: usize = rs_matter::::im::EthInteractionModel::{constant#0}, const NE: usize = rs_matter::::im::EthInteractionModel::{constant#1}> { /* private fields */ }