class MaxPowerTable

Defined at line 36 of file ../../third_party/openthread/src/core/radio/max_power_table.hpp

Public Members

static const int8_t kPowerDefault

Public Methods

void MaxPowerTable ()

Defined at line 41 of file ../../third_party/openthread/src/core/radio/max_power_table.hpp

int8_t GetTransmitPower (uint8_t aChannel)

Gets the max allowed transmit power of channel

Parameters

aChannel [in] The radio channel number.

Defined at line 50 of file ../../third_party/openthread/src/core/radio/max_power_table.hpp

void SetTransmitPower (uint8_t aChannel, int8_t aPower)

Sets the max allowed transmit power of channel

Parameters

aChannel [in] The radio channel number.
aPower [in] The max supported transmit power in dBm.

Defined at line 58 of file ../../third_party/openthread/src/core/radio/max_power_table.hpp

uint32_t GetSupportedChannelMask ()

Gets the supported channel masks.

Defined at line 63 of file ../../third_party/openthread/src/core/radio/max_power_table.hpp