Difference between revisions of "Extensions.DiagDataBrowsingPlus.GetComChannelDbComChannel"

From emotive
Jump to navigation Jump to search
Line 13: Line 13:
 
{{Note|NOTE — The appropriate MVCI system operation is MCDLogicalLink::getDbObject}}
 
{{Note|NOTE — The appropriate MVCI system operation is MCDLogicalLink::getDbObject}}
  
{{TermReturnValue| [[Extensions.DiagDataBrowsingPlus.DbComChannel|DbComChannel]] | Returns the data base part (MCDDbLogicalLink) of a diag:ComChannel}}
+
{{TermReturnValue| [[Extensions.DiagDataBrowsingPlus.DbComChannel|DbComChannel]] | Returns the data base part (MCDDbLogicalLink) of a diag:[[Extensions.DiagCom.ComChannel|ComChannel]]}}
  
 
== Properties ==
 
== Properties ==
 
{| {{TableHeader}}
 
{| {{TableHeader}}
 
{{TableRowPropertiesHeader}}
 
{{TableRowPropertiesHeader}}
{{TableRowPropertie1| comChannel | [[Extensions.DiagCom.ComChannel|ComChannel]]]] | [[Term]] | - | [1..1] | String that the Communication Channel identified (Logical Link)}}
+
{{TableRowPropertie1| comChannel | [[Extensions.DiagCom.ComChannel|ComChannel]] | [[Term]] | - | [1..1] | String that the Communication Channel identified (Logical Link)}}
 
|}
 
|}
  

Revision as of 04:42, 7 September 2018

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
comChannel ComChannel Term - [1..1] String that the Communication Channel identified (Logical Link)

OTL Examples

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

See also

GetDbComChannel
GetDbComChannelProtocolType