AutoCalResult
AutoCalResult
AutoCalResult_shmLink

Abstract base class for AutoCal result classes.

Functions
completionFlag
WirelessTypes::AutoCalCompletionFlag completionFlag() const

Gets the WirelessTypes::AutoCalCompletionFlag of the AutoCal operation result.

parse
virtual void parse(
const Bytes &autoCalInfo
) = 0

Parses the auto cal info bytes sent in the successful response packet.

Parameters
autoCalInfo
const Bytes&

The bytes from a successful auto cal command.

Variables
m_completionFlag
WirelessTypes::AutoCalCompletionFlag m_completionFlag

The WirelessTypes::AutoCalCompletionFlag of the AutoCal operation.