Classification
Pseudo-Code Syntax
GetDiagServiceFromEvent(Event source, DiagService result);
Description
The GetDiagServiceFromEvent term returns associated with the event handling source Diagnostics Service, see Event Library. Thus, this term is the opposite of DiagServiceEventSource term.
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
Event |
Event |
Term |
- |
[1] |
Represents the event that was raised by the DiagService that shall be retrieved.
|
Examples
DiagService result = GetDiagServiceFromEvent(event);
See also
DiagServiceEventSource
IsDiagServiceEvent