the structure of transport mode commands. More...
#include <transport_mode_command.h>

Public Attributes | |
| SensorCmdHeader | header |
| union { | |
| SensorInitTram init_cmd | |
| SensorExecTram exec_cmd | |
| SensorFlushTram flush_cmd | |
| }; | |
| SensorResultTram | result |
the structure of transport mode commands.
| SensorCmdHeader header |
Sensor command header.
| SensorInitTram init_cmd |
Initialization command.
| SensorExecTram exec_cmd |
Execution command.
| SensorFlushTram flush_cmd |
Termination command.
| SensorResultTram result |
Result information.