Extensions.DiagCom.GetComChannelIdentifierFromResponse

From emotive
Revision as of 03:40, 16 July 2014 by Nb (talk | contribs) (Created page with "Category:DiagCom == Classification == {{ClassificationActivity | GetComChannelIdentifierFromResponse | Determined from a response to the associated communication channel |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Properties

Name Data Type Class Default Cardinality Description
ComChannel ComChannel Return - - It will return the communication channel generated.
Response Response Term - [1] Response object that is returned by the control unit.

Examples

ComChannel myComCannel = GetComChannelIdentifierFromResponse(responseVariable);

See also

GetComChannel
GetComChannelEcuVariantName
IsVariant