PhyGetTxPowerScenarioResult

Type Alias PhyGetTxPowerScenarioResult 

Source
pub type PhyGetTxPowerScenarioResult = Result<TxPowerScenario, PhyError>;

Aliased Type§

pub enum PhyGetTxPowerScenarioResult {
    Ok(TxPowerScenario),
    Err(PhyError),
}

Variants§

§1.0.0

Ok(TxPowerScenario)

Contains the success value

§1.0.0

Err(PhyError)

Contains the error value