the structure of sensor result on step counter commands. More...
#include <step_counter_command.h>

Public Attributes | |
| SensorExecResult | exec_result |
| union { | |
| StepCounterStepInfo steps | |
| SensorAssertionInfo assert_info | |
| }; | |
the structure of sensor result on step counter commands.
| SensorExecResult exec_result |
Execute resule.
| StepCounterStepInfo steps |
Step count.
| SensorAssertionInfo assert_info |
Assert information.