Spresense SDK Library v3.4.5-e9a4f17
Loading...
Searching...
No Matches
SensorCmdTram Struct Reference

the structure of transport mode commands. More...

#include <transport_mode_command.h>

Collaboration diagram for SensorCmdTram:

Public Attributes

SensorCmdHeader header
 
union { 
 
   SensorInitTram   init_cmd 
 
   SensorExecTram   exec_cmd 
 
   SensorFlushTram   flush_cmd 
 
};  
 
SensorResultTram result
 

Detailed Description

the structure of transport mode commands.

Member Data Documentation

◆ header

Sensor command header.

◆ init_cmd

SensorInitTram init_cmd

Initialization command.

◆ exec_cmd

SensorExecTram exec_cmd

Execution command.

◆ flush_cmd

SensorFlushTram flush_cmd

Termination command.

◆ result

Result information.


The documentation for this struct was generated from the following file: