ezsp 7.3.1

Ember ZNet Serial Protocol
Documentation
1
2
3
4
5
6
7
use core::fmt::Debug;

/// Trait to identify parameters with a unique ID.
pub trait Parameter: Debug + Send {
    /// The frame ID.
    const ID: u16;
}