[][src]Trait radio::Power

pub trait Power {
    type Error;
    fn set_power(&mut self, power: i8) -> Result<(), Self::Error>;
}

Power trait for configuring radio power

Associated Types

type Error

Radio error type

Loading content...

Required methods

fn set_power(&mut self, power: i8) -> Result<(), Self::Error>

Set the radio power in dBm

Loading content...

Implementors

Loading content...