Difference between revisions of "Extensions.DiagCom.GetDiagServiceFromResult"

From emotive
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.}}
{{TableRowPropertie2| Result | [[DiagService]] | [[Return]] | - | - | Diagnostics Service.}}
 
 
|}
 
|}
  

Revision as of 03:50, 17 July 2014

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.

Icons Note.png 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