|
automotive-dlt
|
Data Fields | |
| unsigned int | command |
| unsigned int | connection_state |
| char | node_id [DLT_ID_SIZE] |
| long | timeout |
Definition at line 73 of file dlt-passive-node-ctrl.c.
| unsigned int PassiveNodeOptions::command |
passive node control command
Definition at line 74 of file dlt-passive-node-ctrl.c.
Referenced by get_command(), and set_command().
| unsigned int PassiveNodeOptions::connection_state |
connection state
Definition at line 75 of file dlt-passive-node-ctrl.c.
Referenced by get_connection_state(), main(), and set_connection_state().
| char PassiveNodeOptions::node_id[DLT_ID_SIZE] |
node identifier
Definition at line 76 of file dlt-passive-node-ctrl.c.
Referenced by get_node_id(), main(), and set_node_id().
| long PassiveNodeOptions::timeout |
Default timeout
Definition at line 77 of file dlt-passive-node-ctrl.c.