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

Checks MVCI-Server returns eREPEATED in getRepetitionMode or not More...

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

Public Attributes

DbDiagServiceTerm diagService
 Cardinality [1]
Diagnostic service reference handle. 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

Checks MVCI-Server returns eREPEATED in getRepetitionMode or not

The IsDbDiagServiceRepetitive activity which returns True if MVCI-Server returns eREPEATED in getRepetitionMode otherwise False. If getRepetitionMode is not supported and NotSupportedException shall be thrown.

Note: The appropriate MVCI system operation is MCDDbDataPrimitive::getRepetitionMode.

Exceptions
Exceptions.NotSupportedExceptionIf getRepetitionMode is not supported by MVCI-Server.
Syntax
BooleanTerm = DiagDataBrowsingPlus.IsDbDiagServiceRepetitive(DbDiagServiceTerm dbDiagService);
Examples
// Local Declarations
DiagCom.ComChannel ComChannel;
DiagCom.DiagService DiagService;
DiagDataBrowsingPlus.DbDiagService DbDiagService;
Boolean MyBoolean = false;
// Flow
ComChannel = DiagCom.GetComChannel("LL_GatewUDS", NULL, false);
DiagService = DiagCom.CreateDiagServiceByName(ComChannel, "DiagnServi_ReadDataByIdentActuaTestStatu");
DbDiagService = DiagDataBrowsingPlus.GetDiagServiceDbDiagService(DiagService);
MyBoolean = DiagDataBrowsingPlus.IsDbDiagServiceRepetitive(DbDiagService);

Member Data Documentation

◆ diagService

DbDiagServiceTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.IsDbDiagServiceRepetitive.diagService

Cardinality [1]
Diagnostic service reference handle.