[][src]Function openthread_sys::otPlatRadioSetTransmitPower

pub unsafe extern "C" fn otPlatRadioSetTransmitPower(
    aInstance: *mut otInstance,
    aPower: i8
) -> otError

Set the radio's transmit power in dBm.

@param[in] aInstance The OpenThread instance structure. @param[in] aPower The transmit power in dBm.

@retval OT_ERROR_NONE Successfully set the transmit power. @retval OT_ERROR_NOT_IMPLEMENTED Transmit power configuration via dBm is not implemented.