Classification
OTL Syntax
DbComChannelTerm DiagDataBrowsingPlus.GetDbComChannel(StringTerm ecuVariantName, StringTerm identifier);
Description
GetDbComChannel returns the MCDDbLocation of a MCDDbLogicalLink which is identified by the SHORT-NAME of the related base variant and ECU variant.
|
|
The appropriate MVCI system operation is MCDDbLogicalLink::getDbLocation::getDbECU::getDbEcuVariants[]::getDbLocations[0]
|
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
Data Type |
Description
|
DbComChannel |
Returns the MCDDbLocation of a MCDDbLogicalLink
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
EcuVariantName |
String |
Term |
- |
[0..1] |
This optional element represents a String identifying the ECU variant.
|
Identifier |
String |
Term |
- |
[1..1] |
This element represents a string identifying the base variant.
|
OTL Examples
/// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel;
/// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel(NULL, "LL_AllEmissRelatUDSSyste");
See also
GetComChannelDbComChannel
GetDbComChannelProtocolType