Extensions.DiagCom.GetDiagServiceFromResult
Revision as of 07:58, 16 July 2014 by Nb (talk | contribs) (Created page with "Category:DiagCom == Classification == {{ClassificationActivity | GetDiagServiceFromResult | Diagnostic service, is assigned to the Result object | Term | DiagCom|OTX...")
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.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ResultEcu | Result | Term | - | [1] | Result object. |
Result | DiagService | Return | - | - | Diagnostics Service. |
Examples
DiagService result = GetDiagServiceFromResult(resultVariable, "DiagServiceName");
See also
CreateDiagServiceBySemantic
GetDiagServiceListBySemantic
GetDiagServiceFromException
GetDiagServiceName
ExecuteDiagService
GetComChannel