Classification
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);
See also
GetPdu