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

Gets the protocol type as a string More...

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

Public Attributes

DbComChannelTerm dbComChannel
 Cardinality [1]
This element addresses the DbComChannel which protocol 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 protocol type as a string

The GetDbComChannelProtocolType activity which returns the protocol type as a string with the format as defined in the D-PDU API specification in version ISO 22900-2, B.1 (Tables B.3 and B.4). These tables, however, does not only contain standardized names, vendor specific names can also be returned.

Note: The appropriate MVCI system operation is MCDDbLogicalLink::getProtocolType.

Syntax
StringTerm = DiagDataBrowsingPlus.GetDbComChannelProtocolType(DbComChannelTerm dbComChannel);
Examples
// Local Declarations
String MyString;
DiagDataBrowsingPlus.DbComChannel DbComChannel;
// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel("LL_AllEmissRelatUDSSyste");
MyString = DiagDataBrowsingPlus.GetDbComChannelProtocolType(DbComChannel);

Member Data Documentation

◆ dbComChannel

DbComChannelTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbComChannelProtocolType.dbComChannel

Cardinality [1]
This element addresses the DbComChannel which protocol type shall be returned.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbComChannelProtocolType.dbComChannel
DbComChannelTerm dbComChannel
Cardinality [1] This element addresses the DbComChannel which protocol type shall be returned.
Definition: DiagDataBrowsingPlus.cs:11990