OTX Reference  
OpenTestSystem.Otx.Extensions.DiagCom.Terms.GetDiagServiceListBySemantic Class Reference

List of DiagServices having the same semantics More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.DiagCom.Terms.GetDiagServiceListBySemantic:
Inheritance graph

Public Attributes

ComChannelTerm comChannel
 Comprises the handle of the communication channel (LogicalLink). More...
 
StringTerm semantic
 The semantic attribute of the diagnostic service to be created. Please note, that the communication channel (ComChannel) must be selected before you can adjust this value. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

List of DiagServices having the same semantics

The GetDiagServiceListBySemantic activity returns a list of all DiagService Handles, which have the same Semantic Attribute. Which may be necessary if more than one diagnostic service are assigned to a semantic attribute.

Syntax
ListTerm DiagCom.GetDiagServiceListBySemantic(ComChannelTerm comChannel, StringTerm semantic);
StringTerm semantic
The semantic attribute of the diagnostic service to be created. Please note, that the communication c...
Definition: DiagCom.cs:2243
ComChannelTerm comChannel
Comprises the handle of the communication channel (LogicalLink).
Definition: DiagCom.cs:2233
Examples
// Local Declarations
List<DiagCom.DiagService> List1;
DiagCom.ComChannel ComChannel1;
// Flow
ComChannel1 = DiagCom.GetComChannel("LL_AllUDSSyste", "", false);
List1 = DiagCom.GetDiagServiceListBySemantic(ComChannel1, "CONTROL");

Member Data Documentation

◆ comChannel

ComChannelTerm OpenTestSystem.Otx.Extensions.DiagCom.Terms.GetDiagServiceListBySemantic.comChannel

Comprises the handle of the communication channel (LogicalLink).

◆ semantic

StringTerm OpenTestSystem.Otx.Extensions.DiagCom.Terms.GetDiagServiceListBySemantic.semantic

The semantic attribute of the diagnostic service to be created. Please note, that the communication channel (ComChannel) must be selected before you can adjust this value.