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§

Provided Methods§

source

fn timestamp(&self) -> u64

microseconds it has been active

source

fn beacon_interval(&self) -> f64

in seconds

source

fn capabilities_info(&self) -> CapabilitiesInfo

Implementors§