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

A list of DbSpecialDataElement (SD) of the DbSpecialDataGroup More...

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

Public Attributes

DbSpecialDataGroupTerm specialDataGroup
 A DbSpecialDataGroup represents the MCDDbSpecialDataGroup object of a MVCI system. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

A list of DbSpecialDataElement (SD) of the DbSpecialDataGroup

The GetDbSpecialDataGroupSpecialDataElements term returns a list of DbSpecialDataElement (SD) of the DbSpecialDataGroup

Note
The appropriate MVCI The appropriate MVCI system operation is MCDDbSpecialDataGroup::getItemByIndex
Syntax
ListTerm = DiagDataBrowsingPlus.GetDbSpecialDataGroupSpecialDataElements(DbSpecialDataGroupTerm specialDataGroup);
DbSpecialDataGroupTerm specialDataGroup
A DbSpecialDataGroup represents the MCDDbSpecialDataGroup object of a MVCI system.
Definition: DiagDataBrowsingPlus.cs:4515
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;
// 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]);

Member Data Documentation

◆ specialDataGroup

DbSpecialDataGroupTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbSpecialDataGroupSpecialDataElements.specialDataGroup

A DbSpecialDataGroup represents the MCDDbSpecialDataGroup object of a MVCI system.