Extensions.DiagDataBrowsingPlus.GetComChannelDbComChannel

From emotive
Revision as of 07:49, 25 September 2019 by Hb (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

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

OTL Syntax

DbComChannelTerm DiagDataBrowsingPlus.GetComChannelDbComChannel(ComChannelTerm comChannel);

Description

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

Icons Note.png 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
ComChannel ComChannel Term - [1..1] This element represents the diag:ComChannel which data base part shall be returned.

OTL Examples

/// Local Declarations

DiagDataBrowsingPlus.DbComChannel DbComChannel;

/// Flow

DbComChannel = DiagDataBrowsingPlus.GetComChannelDbComChannel(DiagCom.GetComChannel("LL_AllEmissRelatUDSSyste", "", false));

See also

GetComChannel
GetDbComChannel
GetDbComChannelProtocolType