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

Gets the type of the parameter (MCDParameterType). More...

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

Public Attributes

DbParameterTerm dbParameter
 Cardinality [1]
The parameter to get the McdParameter type as string. 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 of the parameter (MCDParameterType).

The GetDbParameterMcdParameterType term returns the type of the parameter (MCDParameterType).

Note: The appropriate MVCI system operation is MCDDbParameter::getMCDParameterType.

Syntax
McdParameterTypeTerm = DiagDataBrowsingPlus.GetDbParameterMcdParameterType(DbParameterTerm dbParameter);
Examples
// Local Declarations
DiagCom.Parameter Parameter;
DiagDataBrowsingPlus.DbParameter DbParameter;
List<DiagDataBrowsingPlus.Interval> List_Interval;
DiagDataBrowsingPlus.McdParameterType McdParameterType = @McdParameterType:CODED_CONST;
// Flow
Parameter = DiagCom.GetParameterByPath(DiagCom.GetRequest(DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("AIRBAG", "", false), "DiagnServi_ClearDiagnInforSingle")), {"Dtc"});
DbParameter = DiagDataBrowsingPlus.GetParameterDbParameter(Parameter);
McdParameterType = DiagDataBrowsingPlus.GetDbParameterMcdParameterType(DbParameter);

Member Data Documentation

◆ dbParameter

DbParameterTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbParameterMcdParameterType.dbParameter

Cardinality [1]
The parameter to get the McdParameter type as string.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.DataTypes.McdParameterTypes.CODED_CONST
@ CODED_CONST
Corresponds to the ODX parameter type MCDParameterType::eCODED_CONST.
OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbParameterMcdParameterType.dbParameter
DbParameterTerm dbParameter
Cardinality [1] The parameter to get the McdParameter type as string.
Definition: DiagDataBrowsingPlus.cs:8549