Difference between revisions of "Extensions.DiagDataBrowsingPlus.GetDbObjectUniqueObjectIdentifier"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
== OTL Syntax == | == OTL Syntax == | ||
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
− | + | /// Local Declarations | |
+ | String StringVariable; | ||
+ | /// Flow | ||
+ | StringVariable = DiagDataBrowsingPlus.GetDbObjectUniqueObjectIdentifier(DbObjectTerm); | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 23: | Line 26: | ||
== OTL Examples == | == OTL Examples == | ||
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
+ | /// Local Declarations | ||
+ | |||
String MyString; | String MyString; | ||
DiagDataBrowsingPlus.DbComChannel dbObject; | DiagDataBrowsingPlus.DbComChannel dbObject; |
Revision as of 04:50, 24 October 2018
Contents
Classification
Name | GetDbObjectUniqueObjectIdentifier |
Short Description | Gets the unique object identifier of the DbObject |
Class | Term |
Extension | OTX DiagDataBrowsingPlus extension |
Group | DbObject related terms |
Exceptions | NONE |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
/// Local Declarations
String StringVariable;
/// Flow
StringVariable = DiagDataBrowsingPlus.GetDbObjectUniqueObjectIdentifier(DbObjectTerm);
Description
GetDbObjectUniqueObjectIdentifier returns the unique object ID of the object as a string. If the identifier is not defined an empty string will be returned..
![]()
NOTE — The appropriate MVCI system operation is MCDDbObject::getUniqueObjectIdentifier
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
String | Returns the unique object ID of the object. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
dbObject | DbObject | Term | - | [1..1] | The element addresses the DbObject whose unique object identifier shall be returned. |
OTL Examples
/// Local Declarations
String MyString;
DiagDataBrowsingPlus.DbComChannel dbObject;
/// Flow
dbObject = DiagDataBrowsingPlus.GetDbComChannel("EV_GatewLear_006", "LL_GatewUDS");
MyString = DiagDataBrowsingPlus.GetDbObjectUniqueObjectIdentifier(dbObject);
See also
GetDbComChannel
GetDiagServiceDbDiagService
GetParameterDbDiagTroubleCode
GetDbComChannelDbEnvDataDescs
GetDbComChannelDbFaultMemories
GetDbParameters
GetRequestDbRequest
GetResponseDbResponse
GetDbDiagServiceDbSpecialDataGroups
GetDbComChannelDbSubComponents
GetDbComChannelDbTables