Difference between revisions of "Extensions.DiagDataBrowsingPlus.GetComChannelDbComChannel"

From emotive
Jump to navigation Jump to search
Line 1: Line 1:
 
{{DISPLAYTITLE:OTX '''GetComChannelDbComChannel'''}}[[DiagDataBrowsingPlus]]
 
{{DISPLAYTITLE:OTX '''GetComChannelDbComChannel'''}}[[DiagDataBrowsingPlus]]
 
== Classification ==
 
== Classification ==
{{ClassificationActivity | GetComChannelDbComChannel | Gets MCDDbLogicalLink of a MCDLogicalLink| [[Term]] | [[Extensions.DiagDataBrowsingPlus|OTX DiagDataBrowsingPlus Extension]] | [[Extensions.DiagDataBrowsingPlus|DbComChannel related terms]] | NONE | - }}
+
{{ClassificationActivity | GetComChannelDbComChannel | Gets MCDDbLogicalLink of a MCDLogicalLink| [[Term]] | [[Extensions.DiagDataBrowsingPlus|OTX DiagDataBrowsingPlus Extension]] | [[Extensions.DiagDataBrowsingPlus#Terms|DbComChannel related terms]] | NONE | - }}
  
 
== OTL Syntax ==
 
== OTL Syntax ==

Revision as of 11:23, 20 September 2018

DiagDataBrowsingPlus

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);

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

OTL Examples

DiagDataBrowsingPlus.DbComChannel DbComChannel;

/// Flow

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

See also

GetComChannel
GetDbComChannel
GetDbComChannelProtocolType