Trait radio::ReceiveInfo

source ·
pub trait ReceiveInfo: Debug + Default {
    // Required method
    fn rssi(&self) -> i16;
}
Expand description

ReceiveInfo trait for receive information objects

This sup[ports the constraint of generic Receive::Info, allowing generic middleware to access the rssi of received packets

Required Methods§

source

fn rssi(&self) -> i16

Object Safety§

This trait is not object safe.

Implementors§

source§

impl ReceiveInfo for BasicInfo

Default / Standard radio channel object for radio devices with simple integer channels