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

A list of DbSpecialDataGroup (SDG) of the DbSpecialDataGroup More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbSpecialDataGroupSpecialDataGroups:
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 DbSpecialDataGroup (SDG) of the DbSpecialDataGroup

The GetDbSpecialDataGroupSpecialDataGroups term returns a list of DbSpecialDataGroup (SDG) of the DbSpecialDataGroup

Note
The appropriate MVCI system operation is MCDDbSpecialDataGroup::getItemByIndex
Syntax
ListTerm = DiagDataBrowsingPlus.GetDbSpecialDataGroupSpecialDataGroups(DbSpecialDataGroupTerm specialDataGroup);
DbSpecialDataGroupTerm specialDataGroup
A DbSpecialDataGroup represents the MCDDbSpecialDataGroup object of a MVCI system.
Definition: DiagDataBrowsingPlus.cs:3196
Examples
// Local Declarations
DiagCom.Result Result;
DiagCom.Response Response;
DiagCom.Parameter Parameter;
DiagDataBrowsingPlus.DbDiagTroubleCode DbDiagTroubleCode;
List<DiagDataBrowsingPlus.DbSpecialDataGroup> List_DbSpecialDataGroup;
// 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_DbSpecialDataGroup = DiagDataBrowsingPlus.GetDbSpecialDataGroupSpecialDataGroups(List_DbSpecialDataGroup[0]);

Member Data Documentation

◆ specialDataGroup

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

A DbSpecialDataGroup represents the MCDDbSpecialDataGroup object of a MVCI system.