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

Gets the type MCDResponseType of this response More...

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

Public Attributes

DbResponseTerm dbResponse
 Cardinality [1]
This element represents the DbResponse whose type shall be returned. 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 type MCDResponseType of this response

The GetDbResponseResponseType activity which returns the type MCDResponseType of this response.

Note: The appropriate MVCI system operation is MCDDbResponse::getResponseType.

Syntax
McdResponseTypeTerm = DiagDataBrowsingPlus.GetDbResponseResponseType(DbResponseTerm dbResponse);
Examples
// Local Declarations
DiagCom.Result Result;
DiagCom.Response Response;
DiagDataBrowsingPlus.DbResponse DbResponse;
DiagDataBrowsingPlus.McdResponseType McdResponseType = @McdResponseType:GLOBAL_NEG_RESPONSE;
// Flow
[#MetaData(RequestPdu), <#Data>22 01 00</#Data>]
DiagCom.ExecuteDiagService(DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_GatewUDS", "EV_GatewLear_006", false), "DiagnServi_ReadDataByIdentActuaTestStatu"), {}, {}, Result, NULL, false, false);
Response = DiagCom.GetFirstResponse(Result);
DbResponse = DiagDataBrowsingPlus.GetResponseDbResponse(Response);
McdResponseType = DiagDataBrowsingPlus.GetDbResponseResponseType(DbResponse);

Member Data Documentation

◆ dbResponse

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

Cardinality [1]
This element represents the DbResponse whose type shall be returned.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbResponseResponseType.dbResponse
DbResponseTerm dbResponse
Cardinality [1] This element represents the DbResponse whose type shall be returned.
Definition: DiagDataBrowsingPlus.cs:8391
OpenTestSystem.Otx::DiagManager::OtxDiagApi::DataTypes::OtxMcdResponseTypes::GLOBAL_NEG_RESPONSE
@ GLOBAL_NEG_RESPONSE