Extensions.DiagCom.GetDiagServiceFromResult
Jump to navigation
Jump to search
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