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

Get a list of DbSpecialDataGroup (SDG) from DbResponse. More...

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

Public Attributes

DbResponseTerm dbResponse
 This element represents the DbResponse which SDGs shall be returnd. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Get a list of DbSpecialDataGroup (SDG) from DbResponse.

The GetDbResponseDbSpecialDataGroups Activity which Returns a list of DbSpecialDataGroup (SDG) of the DbResponse. An empty list can be returned if no SDG are available.

Note
The appropriate MVCI system operation is MCDDbResponse::getDbSDGs
Syntax
ListTerm = DiagDataBrowsingPlus.GetDbResponseDbSpecialDataGroups(DbResponseTerm dbResponse);
DbResponseTerm dbResponse
This element represents the DbResponse which SDGs shall be returnd.
Definition: DiagDataBrowsingPlus.cs:3119
Examples
// Local Declarations
DiagCom.Result Result;
DiagCom.Response Response;
DiagDataBrowsingPlus.DbResponse DbResponse;
List<DiagDataBrowsingPlus.DbSpecialDataGroup> List_DbSpecialDataGroup;
// Flow
[#MetaData(RequestPdu), <#Data>22 01 00</#Data>]
DiagCom.ExecuteDiagService(DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_GatewUDS", "", false), "DiagnServi_ReadDataByIdentActuaTestStatu"), {}, {}, Result, NULL, false, false);
Response = DiagCom.GetFirstResponse(Result);
DbResponse = DiagDataBrowsingPlus.GetResponseDbResponse(Response);
List_DbSpecialDataGroup = DiagDataBrowsingPlus.GetDbResponseDbSpecialDataGroups(DbResponse);

Member Data Documentation

◆ dbResponse

DbResponseTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbResponseDbSpecialDataGroups.dbResponse

This element represents the DbResponse which SDGs shall be returnd.