This class is used for returning the temperature response for a Temperature command. More...
#include <BHandCommands.h>
Inherits BHandSupervisoryResult.
Public Member Functions | |
BHandResultTemperature (int temperature) | |
BHandResultTemperature (const int *temperatures, unsigned int numTemperatures) | |
int | getTemperature () |
This class is used for returning the temperature response for a Temperature command.
BHandResultTemperature contains a one integer response received after issuing the temperature command.
Definition at line 494 of file BHandCommands.h.