Extensions.DiagDataBrowsing.GetEcuVariantList
Revision as of 10:27, 30 July 2014 by Nb (talk | contribs) (Created page with "Category:DiagDataBrowsing == Classification == {{ClassificationActivity | GetEcuVariantList | Return list of names of all ECU variants of a communication channel | [[Term]...")
Contents
Classification
Name | GetEcuVariantList |
Short Description | Return list of names of all ECU variants of a communication channel |
Class | Term |
Extension | OTX DiagDataBrowsing extension |
Group | DiagDataBrowsing terms |
Exceptions | TypeMismatchException |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
List<String> GetEcuVariantList(ComChannel comChannel);
Description
GetEcuVariantList returns a list of strings representing the names of all ECU variants for a particular communication channel.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
List | Return list of names of all ECU variants of a communication channel |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ComChannel | ComChannel | Term | - | [1] | The communication channel, which provides the data. |
Examples
List<String> listEcuVariant = GetEcuVariantList(myComChannel);
See also
GetComChannelList
GetDiagServiceList
GetRequestParameterList
GetResponseParameterList
GetAllowedParameterValueList