pub trait BeaconFixedParametersTrait: FrameTrait {
    const FIXED_PARAMETERS_START: usize = 24usize;
    // Provided methods
    fn timestamp(&self) -> u64 { ... }
    fn beacon_interval(&self) -> f64 { ... }
    fn capabilities_info(&self) -> CapabilitiesInfo { ... }
}Provided Associated Constants§
const FIXED_PARAMETERS_START: usize = 24usize
Provided Methods§
sourcefn beacon_interval(&self) -> f64
 
fn beacon_interval(&self) -> f64
in seconds