Difference between revisions of "Extensions.DiagCom.GetDiagServiceFromResult"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
== Pseudo-Code Syntax == | == Pseudo-Code Syntax == | ||
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
− | GetDiagServiceFromResult(Result resultEcu | + | DiagService GetDiagServiceFromResult(Result resultEcu); |
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 02:26, 18 July 2014
Contents
Classification
Name | GetDiagServiceFromResult |
Short Description | Diagnostic service, is assigned to the Result object |
Class | Term |
Extension | OTX DiagCom extension |
Group | DiagService related terms |
Exceptions | InvalidReferenceException |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
DiagService GetDiagServiceFromResult(Result resultEcu);
Description
The GetDiagServiceNameFromResult term returns the diagnostic service that is assigned to the Result object.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
DiagService | Diagnostics Service. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ResultEcu | Result | Term | - | [1] | Result object. |
Examples
DiagService result = GetDiagServiceFromResult(resultVariable, "DiagServiceName");
See also
CreateDiagServiceBySemantic
GetDiagServiceListBySemantic
GetDiagServiceFromException
GetDiagServiceName
ExecuteDiagService
GetComChannel