Extensions.DiagCom.GetResultState

From emotive
Revision as of 10:49, 16 July 2014 by Nb (talk | contribs) (Created page with "<big>Big text</big>Category:DiagCom == Classification == {{ClassificationActivity | GetResultState | The state of Result | Term | OTX DiagCom extension...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Big text

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).

Properties

Name Data Type Class Default Cardinality Description
ResultState ResultState Return - - Sate of the Result.
ResultEcu Result Term - [1] Result object.

Examples

ResultState state = GetResultState(resultEcu);

See also

GetFirstResult
GetAllResults