Difference between revisions of "Extensions.DiagCom.GetComChannelEcuVariantName"

From emotive
Jump to navigation Jump to search
(Created page with "Category:DiagCom == Classification == {{ClassificationActivity | GetComChannelEcuVariantName | Calculated from a communication channel the name of the associated variant |...")
 
Line 14: Line 14:
 
{| {{TableHeader}}
 
{| {{TableHeader}}
 
{{TableRowPropertiesHeader}}
 
{{TableRowPropertiesHeader}}
{{TableRowPropertie1| ComChannel | [[ComChannel]] | [[Term]] | - | - | Communication channel.}}
+
{{TableRowPropertie1| ComChannel | [[ComChannel]] | [[Term]] | - | [1] | Communication channel.}}
 
{{TableRowPropertie2| EcuVariant | [[String]] | [[Return]] | - | [1] | Name of the ECU variant.}}
 
{{TableRowPropertie2| EcuVariant | [[String]] | [[Return]] | - | [1] | Name of the ECU variant.}}
 
|}
 
|}

Revision as of 06:17, 16 July 2014

Classification

Name GetComChannelEcuVariantName
Short Description Calculated from a communication channel the name of the associated variant
Class Term
Extension OTX DiagCom extension
Group ComChanel related terms
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

GetComChannelEcuVariantName(ComChannel myComChannel, String ecuVariantName);

Description

About the GetComChannelEcuVariantName term can be the name of the ECU variant that is associated with a communication channel to be determined. This makes sense to look for a Variant Identification to get the name of the variant.

Properties

Name Data Type Class Default Cardinality Description
ComChannel ComChannel Term - [1] Communication channel.
EcuVariant String Return - [1] Name of the ECU variant.

Examples

ComChannel myComCannel = GetComChannel("LL_AirbaUDS", "", false);
String ecuVariantName = GetComChannelEcuVariantName(myComCannel);

See also

GetComChannelIdentifierFromResponse
GetComChannel
IsVariant