Difference between revisions of "Extensions.DiagCom.GetResultState"
Jump to navigation
Jump to search
(Created page with "<big>Big text</big>Category:DiagCom == Classification == {{ClassificationActivity | GetResultState | The state of Result | Term | OTX DiagCom extension...") |
|||
Line 10: | Line 10: | ||
== Description == | == Description == | ||
The '''GetResultState''' term retrieve the state of a [[Result]](i.e. whether the ECU(s) answered at all, correctly, positively or negatively). | The '''GetResultState''' term retrieve the state of a [[Result]](i.e. whether the ECU(s) answered at all, correctly, positively or negatively). | ||
+ | |||
+ | {{TermReturnValue| [[ResultState]] | State of the [[Result]].}} | ||
== Properties == | == Properties == | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1 | + | {{TableRowPropertie1| ResultEcu | [[Result]] | [[Term]] | - | [1] | Result object.}} |
− | |||
|} | |} | ||
Revision as of 04:11, 17 July 2014
Big text
Contents
Classification
Name | GetResultState |
Short Description | The state of Result |
Class | Term |
Extension | OTX DiagCom extension |
Group | Result related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
GetResultState(Result resultVariable, ResultState state);
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!
Data Type | Description |
ResultState | State of the Result. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ResultEcu | Result | Term | - | [1] | Result object. |
Examples
ResultState state = GetResultState(resultEcu);