DiagDataBrowsingPlus
Classification
OTL Syntax
DbComChannelTerm = DiagDataBrowsingPlus.GetComChannelDbComChannel(ComChannelTerm);
Description
GetComChannelDbComChannel returns the data base part (MCDDbLogicalLink) of a diag:ComChannel (MCDLogicalLink).
|
|
NOTE — The appropriate MVCI system operation is MCDLogicalLink::getDbObject
|
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
comChannel |
ComChannel |
Term |
- |
[1..1] |
This element represents the diag:ComChannel which data base part shall be returned.
|
OTL Examples
DiagDataBrowsingPlus.DbComChannel DbComChannel;
DbComChannel = DiagDataBrowsingPlus.GetComChannelDbComChannel(DiagCom.GetComChannel("LL_AllEmissRelatUDSSyste", "", false));
See also
GetComChannel
GetDbComChannel
GetDbComChannelProtocolType