Difference between revisions of "Extensions.DiagCom.GetDiagServiceFromResult"
Jump to navigation
Jump to search
(Created page with "Category:DiagCom == Classification == {{ClassificationActivity | GetDiagServiceFromResult | Diagnostic service, is assigned to the Result object | Term | DiagCom|OTX...") |
|||
Line 10: | Line 10: | ||
== Description == | == Description == | ||
The '''GetDiagServiceNameFromResult''' term returns the diagnostic service that is assigned to the [[Result]] object. | The '''GetDiagServiceNameFromResult''' term returns the diagnostic service that is assigned to the [[Result]] object. | ||
+ | |||
+ | {{TermReturnValue| [[DiagService]] | Diagnostics Service.}} | ||
== Properties == | == Properties == | ||
Line 15: | Line 17: | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
{{TableRowPropertie1| ResultEcu | [[Result]] | [[Term]] | - | [1] | Result object.}} | {{TableRowPropertie1| ResultEcu | [[Result]] | [[Term]] | - | [1] | Result object.}} | ||
− | |||
|} | |} | ||
Revision as of 03:50, 17 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
GetDiagServiceFromResult(Result resultEcu, DiagService result);
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