pub trait ReceiveInfo: Debug + Default {
    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

Implementors

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