Difference between revisions of "Extensions.DiagDataBrowsingPlus.GetDbObjectDescription"

From emotive
Jump to navigation Jump to search
Line 34: Line 34:
 
== See also ==
 
== See also ==
 
[[Extensions.DiagDataBrowsingPlus.GetDbComChannel|GetDbComChannel]] <br/>
 
[[Extensions.DiagDataBrowsingPlus.GetDbComChannel|GetDbComChannel]] <br/>
[[Extensions.DiagDataBrowsingPlus.DbDiagService|DbDiagService]]<br/>
+
[[Extensions.DiagDataBrowsingPlus.GetDiagServiceDbDiagService|GetDiagServiceDbDiagService]]<br/>
[[Extensions.DiagDataBrowsingPlus.DbDiagTroubleCode|DbDiagTroubleCode]]<br/>
+
[[Extensions.DiagDataBrowsingPlus.GetParameterDbDiagTroubleCode|GetParameterDbDiagTroubleCode]]<br/>
[[Extensions.DiagDataBrowsingPlus.DbEnvDataDesc|DbEnvDataDesc]]<br/>
+
[[Extensions.DiagDataBrowsingPlus.GetDbComChannelDbEnvDataDescs|GetDbComChannelDbEnvDataDescs]]<br/>
[[Extensions.DiagDataBrowsingPlus.DbFaultMemory|DbFaultMemory]]<br/>
+
[[Extensions.DiagDataBrowsingPlus.GetDbComChannelDbFaultMemories|GetDbComChannelDbFaultMemories]]<br/>
[[Extensions.DiagDataBrowsingPlus.DbParameter|DbParameter]]<br/>
+
[[Extensions.DiagDataBrowsingPlus.GetDbParameters|GetDbParameters]]<br/>
[[Extensions.DiagDataBrowsingPlus.DbRequest|DbRequest]]<br/>
+
[[Extensions.DiagDataBrowsingPlus.GetRequestDbRequest|GetRequestDbRequest]]<br/>
[[Extensions.DiagDataBrowsingPlus.DbResponse|DbResponse]]<br/>
+
[[Extensions.DiagDataBrowsingPlus.GetResponseDbResponse|GetResponseDbResponse]]<br/>
[[Extensions.DiagDataBrowsingPlus.DbSpecialDataGroup|DbSpecialDataGroup]]<br/>
+
[[Extensions.DiagDataBrowsingPlus.GetDbDiagServiceDbSpecialDataGroups|GetDbDiagServiceDbSpecialDataGroups]]<br/>
[[Extensions.DiagDataBrowsingPlus.DbSubComponent|DbSubComponent]]<br/>
+
[[Extensions.DiagDataBrowsingPlus.GetDbComChannelDbSubComponents|GetDbComChannelDbSubComponents]]<br/>
[[Extensions.DiagDataBrowsingPlus.DbTable|DbTable]]
+
[[Extensions.DiagDataBrowsingPlus.GetDbComChannelDbTables|GetDbComChannelDbTables]]

Revision as of 06:50, 12 September 2018

Classification

Name GetDbObjectDescription
Short Description Gets the description of the DbObject
Class Term
Extension OTX DiagDataBrowsingPlus extension
Group DbObject related terms
Exceptions NONE
Checker Rules -
Standard Compliant Yes

OTL Syntax

StringTerm = DiagDataBrowsingPlus.GetDbObjectDescription(DbObjectTerm);

Description

GetDbObjectDescription returns the Description of the DbObject which can also be empty (Description is not mandatory).

Icons Note.png NOTE — The appropriate MVCI system operation is MCDNamedObject::getDescription

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
String Returns Description of the DbObject.

Properties

Name Data Type Class Default Cardinality Description
dbObject DbObject Term - [1..1] The element addresses the DbObject whose description shall be returned.

OTL Examples

String MyString;
DiagDataBrowsingPlus.DbComChannel dbObject;

/// Flow

dbObject = DiagDataBrowsingPlus.GetDbComChannel("EV_ACCBOSCHAU65X_001", "LL_AdaptCruisContrUDS");
MyString = DiagDataBrowsingPlus.GetDbObjectDescription(dbObject);

See also

GetDbComChannel
GetDiagServiceDbDiagService
GetParameterDbDiagTroubleCode
GetDbComChannelDbEnvDataDescs
GetDbComChannelDbFaultMemories
GetDbParameters
GetRequestDbRequest
GetResponseDbResponse
GetDbDiagServiceDbSpecialDataGroups
GetDbComChannelDbSubComponents
GetDbComChannelDbTables