Difference between revisions of "Extensions.DiagCom.GetComChannelIdentifierFromResponse"
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;"> | ||
− | GetComChannelIdentifierFromResponse(Response | + | ComChannel GetComChannelIdentifierFromResponse(Response response); |
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 02:18, 18 July 2014
Contents
Classification
Name | GetComChannelIdentifierFromResponse |
Short Description | Determined from a response to the associated communication channel |
Class | Term |
Extension | OTX DiagCom extension |
Group | ComChanel related terms |
Exceptions | UnknownComChannelException |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
ComChannel GetComChannelIdentifierFromResponse(Response response);
Description
On the GetComChannelIdentifierFromResponse term can be determined from a response of the corresponding communication channel. This is especially necessary for the evaluation of a result object, which in the functional addressing contains the answers of several control units.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
ComChannel | It will return the communication channel generated. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Response | Response | Term | - | [1] | Response object that is returned by the control unit. |
Examples
ComChannel myComCannel = GetComChannelIdentifierFromResponse(responseVariable);