Big text
Classification
Pseudo-Code Syntax
ResultState GetResultState(Result resultVariable);
Description
The GetResultState term retrieve the state of a Result(i.e. whether the ECU(s) answered at all, correctly, positively or negatively).
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
ResultEcu |
Result |
Term |
- |
[1] |
Result object.
|
Examples
ResultState state = GetResultState(resultEcu);
See also
GetFirstResult
GetAllResults