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

Gets the name of the MCDDbSpecialDataGroupCaption as string More...

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

Public Attributes

DbSpecialDataGroupTerm specialDataGroup
 Cardinality [1]
A DbSpecialDataGroup represents the MCDDbSpecialDataGroup object of a MVCI system. 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 name of the MCDDbSpecialDataGroupCaption as string

Deprecated:
To get the SHORT-NAME of the caption of a DbSpecialDataGroup, use GetDbObjectShortName instead.

The GetDbSpecialDataGroupCaption activity which returns the name of the MCDDbSpecialDataGroupCaption as string.

Note: The appropriate MVCI system operation are MCDDbSpecialDataGroup::getCaption and MCDNamedObject::getShortName.

Core.CheckerRule.Core_Chk060 - Usage of deprecated elements

Syntax
StringTerm = DiagDataBrowsingPlus.GetDbSpecialDataGroupCaption(DbSpecialDataGroupTerm specialDataGroup);
Examples
// Local Declarations
DiagCom.Result Result;
DiagCom.Response Response;
DiagCom.Parameter Parameter;
DiagDataBrowsingPlus.DbDiagTroubleCode DbDiagTroubleCode;
List<DiagDataBrowsingPlus.DbSpecialDataGroup> List_DbSpecialDataGroup;
String MyString;
// 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);
MyString = DiagDataBrowsingPlus.GetDbSpecialDataGroupCaption(List_DbSpecialDataGroup[0]);

Member Data Documentation

◆ specialDataGroup

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

Cardinality [1]
A DbSpecialDataGroup represents the MCDDbSpecialDataGroup object of a MVCI system.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbSpecialDataGroupCaption.specialDataGroup
DbSpecialDataGroupTerm specialDataGroup
Cardinality [1] A DbSpecialDataGroup represents the MCDDbSpecialDataGroup object of a MVCI system.
Definition: DiagDataBrowsingPlus.cs:10502