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

Get the special data groups defined for the corresponding DTC in the project's data bases as a list of DbSpecialDataGroup objects More...

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

Public Attributes

DbDiagTroubleCodeTerm dbDiagTroubleCode
 The element addresses the DbDiagTroubleCode (MCDDbDiagTroubleCode) which special data groups shall be returned. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Get the special data groups defined for the corresponding DTC in the project's data bases as a list of DbSpecialDataGroup objects

The GetDbDiagTroubleCodeSpecialDataGroups Activity which returns the special data groups defined for the corresponding DTC in the project's data bases as a list of DbSpecialDataGroup objects. An empty list will be delivered if no DbSDGs available in the ODX data.

Note
The appropriate MVCI system operation is MCDDbDiagTroubleCode::getDbSDGs
Syntax
ListTerm = DiagDataBrowsingPlus.GetDbDiagTroubleCodeSpecialDataGroups(DbDiagTroubleCodeTerm dbDiagTroubleCode);
DbDiagTroubleCodeTerm dbDiagTroubleCode
The element addresses the DbDiagTroubleCode (MCDDbDiagTroubleCode) which special data groups shall be...
Definition: DiagDataBrowsingPlus.cs:2843
Examples
// Local Declarations
List<DiagDataBrowsingPlus.DbSpecialDataGroup> List_DbSpecialDataGroup;
DiagCom.Result Result;
DiagCom.Response Response;
DiagCom.Parameter Parameter;
DiagDataBrowsingPlus.DbDiagTroubleCode DbDiagTroubleCode;
// Flow
[#MetaData(RequestPdu), <#Data>19 02 0C</#Data>]
DiagCom.ExecuteDiagService(DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_GatewUDS", "", false), "DiagnServi_ReadDTCInforReporDTCByConfiAndPendiStatu"), {}, {Resp_ReadDTCInforReporDTCByStatuMask.Expected = true}, 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);

Member Data Documentation

◆ dbDiagTroubleCode

DbDiagTroubleCodeTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbDiagTroubleCodeSpecialDataGroups.dbDiagTroubleCode

The element addresses the DbDiagTroubleCode (MCDDbDiagTroubleCode) which special data groups shall be returned.