OTX Reference  
OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbSpecialDataElementSemanticInformation Class Reference

Gets the Semantic Information (SI) of the DbSpecialDataElement More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbSpecialDataElementSemanticInformation:
Inheritance graph

Public Attributes

DbSpecialDataElementTerm specialDataElement
 Cardinality [1]
A DbSpecialData represents the MCDDbSpecialData object of a MVCI system. 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 Semantic Information (SI) of the DbSpecialDataElement

The GetDbSpecialDataElementSemanticInformation term returns the Semantic Information (SI) of the DbSpecialDataElement

Note: The appropriate MVCI system operation is MCDDbSpecialData::getSemanticInformation.

Syntax
StringTerm = DiagDataBrowsingPlus.GetDbSpecialDataElementSemanticInformation(DbSpecialDataElementTerm specialDataElement);
Examples
// Local Declarations
DiagCom.Result Result;
DiagCom.Response Response;
DiagCom.Parameter Parameter;
DiagDataBrowsingPlus.DbDiagTroubleCode DbDiagTroubleCode;
List<DiagDataBrowsingPlus.DbSpecialDataGroup> List_DbSpecialDataGroup;
List<DiagDataBrowsingPlus.DbSpecialDataElement> List_DbSpecialDataElement;
String MyString;
// Flow
[#MetaData(RequestPdu), <#Data>19 02 00</#Data>]
DiagCom.ExecuteDiagService(DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_GatewUDS", "", false), "DiagnServi_ReadDTCInforReporDTCByStatuMask"), {}, {}, Result, NULL, false, false);
Response = DiagCom.GetFirstResponse(Result);
Parameter = DiagCom.GetParameterByPath(Response, {"Param_DTCAndStatuRecor", "STRUC_DTCAndStatuRecor", "Param_DTCUDS"});
DbDiagTroubleCode = DiagDataBrowsingPlus.GetParameterDbDiagTroubleCode(Parameter);
List_DbSpecialDataGroup = DiagDataBrowsingPlus.GetDbDiagTroubleCodeSpecialDataGroups(DbDiagTroubleCode);
List_DbSpecialDataElement = DiagDataBrowsingPlus.GetDbSpecialDataGroupSpecialDataElements(List_DbSpecialDataGroup[0]);
MyString = DiagDataBrowsingPlus.GetDbSpecialDataElementSemanticInformation(List_DbSpecialDataElement[0]);

Member Data Documentation

◆ specialDataElement

DbSpecialDataElementTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbSpecialDataElementSemanticInformation.specialDataElement

Cardinality [1]
A DbSpecialData represents the MCDDbSpecialData object of a MVCI system.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbSpecialDataElementSemanticInformation.specialDataElement
DbSpecialDataElementTerm specialDataElement
Cardinality [1] A DbSpecialData represents the MCDDbSpecialData object of a MVCI system.
Definition: DiagDataBrowsingPlus.cs:10778