AutoBalanceResult
AutoBalanceResult

Represents the result from an AutoBalance command.

Variables
m_errorCode
WirelessTypes::AutoBalanceErrorFlag m_errorCode

The error code from the response.

m_percentAchieved
float m_percentAchieved
The percentage (0

100) achieved from the response.

m_hardwareOffset
uint16 m_hardwareOffset

The new hardware offset from the response.

Functions
errorCode
WirelessTypes::AutoBalanceErrorFlag errorCode() const

Gets the WirelessTypes::AutoBalanceErrorFlag from the response.

Returns

The WirelessTypes::AutoBalanceErrorFlag from the autobalance response.

percentAchieved
float percentAchieved() const

Gets the percentage that the channel was balanced to from the response.

Returns

The new sampled channel value after the autobalance.

hardwareOffset
uint16 hardwareOffset() const

Get the new hardware offset from the response.

Returns

The new hardware offset value after the autobalance.