OTX Reference  
OpenTestSystem.Otx.Extensions.EcuConfiguration.Terms.GetDbOptionItemDataType Class Reference

Gets the data type More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.EcuConfiguration.Terms.GetDbOptionItemDataType:
Inheritance graph

Public Attributes

DbOptionItemTerm dbOptionItem
 Cardinality [1]
This element represents the DbOptionItem whose data type should be returned. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Cardinality [0..1]
The MetaData type allows tools to store additional, mainly tool-specific data. More...
 

Detailed Description

Gets the data type

The GetDbOptionItemDataType returns the data type of the option item as a diagDataPlus:McdDataTypeTerm.

Note: The appropriate MVCI system operation is MCDDbOptionItem.getDataType.

Syntax
McdDataTypeTerm EcuConfiguration.GetDbOptionItemDataType(DbOptionItemTerm dbOptionItem);
Examples
// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel1;
List<EcuConfiguration.DbConfigurationData> List1;
List<EcuConfiguration.DbConfigurationRecord> List2;
List<EcuConfiguration.DbOptionItem> List3;
DiagDataBrowsingPlus.McdDataType mcdDataType1 = @McdDataType:ASCIISTRING;
// Flow
DbComChannel1 = DiagDataBrowsingPlus.GetDbComChannel("HEADUNIT");
List1 = EcuConfiguration.GetDbComChannelDbConfigurationDatas(DbComChannel1);
List2 = EcuConfiguration.GetDbConfigurationDataDbConfigurationRecords(List1[0]);
List3 = EcuConfiguration.GetDbConfigurationRecordDbOptionItems(List2[0]);
mcdDataType1 = EcuConfiguration.GetDbOptionItemDataType(List3[0]);

Member Data Documentation

◆ dbOptionItem

DbOptionItemTerm OpenTestSystem.Otx.Extensions.EcuConfiguration.Terms.GetDbOptionItemDataType.dbOptionItem

Cardinality [1]
This element represents the DbOptionItem whose data type should be returned.

OpenTestSystem.Otx.Extensions.EcuConfiguration.Terms.GetDbOptionItemDataType.dbOptionItem
DbOptionItemTerm dbOptionItem
Cardinality [1] This element represents the DbOptionItem whose data type should be returned.
Definition: EcuConfiguration.cs:2546
OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.DataTypes.McdDataTypes.ASCIISTRING
@ ASCIISTRING
Data type is MCDDataType::eA_ASCIISTRING (simple data type).