DeviceMonitorGetTxPowerScenarioResult

Type Alias DeviceMonitorGetTxPowerScenarioResult 

Source
pub type DeviceMonitorGetTxPowerScenarioResult = Result<TxPowerScenario, i32>;

Aliased Type§

pub enum DeviceMonitorGetTxPowerScenarioResult {
    Ok(TxPowerScenario),
    Err(i32),
}

Variants§

§1.0.0

Ok(TxPowerScenario)

Contains the success value

§1.0.0

Err(i32)

Contains the error value