Difference between revisions of "Extensions.DiagCom.GetComChannelIdentifierFromResponse"

From emotive
Jump to navigation Jump to search
(Created page with "Category:DiagCom == Classification == {{ClassificationActivity | GetComChannelIdentifierFromResponse | Determined from a response to the associated communication channel |...")
 
Line 10: Line 10:
 
== Description ==
 
== 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.  
 
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.  
 +
 +
{{TermReturnValue| [[ComChannel]] | It will return the communication channel generated.}}
  
 
== Properties ==
 
== Properties ==
 
{| {{TableHeader}}
 
{| {{TableHeader}}
 
{{TableRowPropertiesHeader}}
 
{{TableRowPropertiesHeader}}
{{TableRowPropertie1| ComChannel | [[ComChannel]] | [[Return]] | - | - | It will return the communication channel generated.}}
+
{{TableRowPropertie1| Response | [[Response]] | [[Term]] | - | [1] | Response object that is returned by the control unit.}}
{{TableRowPropertie2| Response | [[Response]] | [[Term]] | - | [1] | Response object that is returned by the control unit.}}
 
 
|}
 
|}
  

Revision as of 03:26, 17 July 2014

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

GetComChannelIdentifierFromResponse(Response resp, ComChannel result);

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.

Icons Note.png 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);

See also

GetComChannel
GetComChannelEcuVariantName
IsVariant