Difference between revisions of "Extensions.DiagCom.GetRequest"
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;"> | ||
− | GetRequest(DiagService diagService | + | Request GetRequest(DiagService diagService); |
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 02:36, 18 July 2014
Contents
Classification
Name | GetRequest |
Short Description | Request of Diagnostic Services |
Class | Term |
Extension | OTX DiagCom extension |
Group | Request related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
Request GetRequest(DiagService diagService);
Description
The GetRequest term returns the request of diagnostic services.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
Request | Request of diagnostic services. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
DiagService | DiagService | Term | - | [1] | Diagnostics Service. |
Examples
Request result = GetRequest(diagService);