DeviceMonitorGetTxPowerScenarioResult

Type Alias DeviceMonitorGetTxPowerScenarioResult 

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

Aliased Type§

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

Variants§

§1.0.0

Ok(TxPowerScenario)

Contains the success value

§1.0.0

Err(DeviceMonitorError)

Contains the error value