Classification
OTL Syntax
ListTerm = DiagDataBrowsingPlus.GetDbComChannelDbEnvDataDescs(DbComChannelTerm);
Description
GetDbComChannelDbEnvDataDescs returns a list of all DbEnvDataDesc (MCDDbEnvDataDesc) referenced by the DbComChannel. The list can be empty.
|
|
NOTE — The appropriate MVCI system operation is MCDDbLogicalLink::getDbLocation::getDbEnvDataDescs
|
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
|
dbComChannel |
DbComChannel |
Term |
- |
[1..1] |
The element addresses the ComChannel which environment data descriptions shall be returned.
|
OTL Examples
DiagDataBrowsingPlus.DbComChannel DbComChannel;
List<DiagDataBrowsingPlus.DbEnvDataDesc> List_DbEnvDataDesc;
/// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel("", "LL_CentrElectUDS");
List_DbEnvDataDesc = DiagDataBrowsingPlus.GetDbComChannelDbEnvDataDescs(DbComChannel);
See also
GetDbComChannel