Extensions.DiagDataBrowsingPlus.GetComChannelDbComChannel

From emotive
Revision as of 04:44, 7 September 2018 by Hb (talk | contribs)
Jump to navigation Jump to search

DiagDataBrowsingPlus

Classification

Name GetComChannelDbComChannel
Short Description Gets MCDDbLogicalLink of a MCDLogicalLink
Class Term
Extension DiagDataBrowsingPlus
Group DbComChannel related terms
Exceptions NONE
Checker Rules -
Standard Compliant Yes

OTL Syntax

DiagDataBrowsingPlus.GetComChannelDbComChannel(ComChannelTerm);

Description

GetComChannelDbComChannel returns the data base part (MCDDbLogicalLink) of a diag:ComChannel (MCDLogicalLink).

Icons Note.png NOTE — The appropriate MVCI system operation is MCDLogicalLink::getDbObject

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
DbComChannel Returns the data base part (MCDDbLogicalLink) of a diag:ComChannel

Properties

Name Data Type Class Default Cardinality Description

{{TableRowPropertie1| 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

GetDbComChannel
GetDbComChannelProtocolType