OTX Reference  
OpenTestSystem.Otx.Extensions.VehicleInfo.Terms.GetDbComChannelDbComChannelsOfGateways Class Reference

Gets a list of DbComChannel objects More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.VehicleInfo.Terms.GetDbComChannelDbComChannelsOfGateways:
Inheritance graph

Public Attributes

DbComChannelTerm dbComChannel
 This element represents the diagDataPlus:DbComChannel whose gateways should be listed. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Gets a list of DbComChannel objects

The GetDbComChannelDbComChannelsOfGateways returns a list of DbComChannel objects which represents the McdDbLogicalLinks objects of the given gateway (DbComChannel). An exception will be thrown, if the DbComChannel is not accessed via a gateway.

Note
NOTE — The appropriate MVCI system operation is MCDDbLogicalLink::getDbLogicalLinksOfGateways.
Exceptions
Exceptions.GatewayException
Syntax
ListTerm = VehicleInfo.GetDbComChannelDbComChannelsOfGateways(DbComChannelTerm dbComChannel);
DbComChannelTerm dbComChannel
This element represents the diagDataPlus:DbComChannel whose gateways should be listed.
Definition: VehicleInfo.cs:328
Examples
// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel1;
List<DiagDataBrowsingPlus.DbComChannel> List1;
// Flow
DbComChannel1 = DiagDataBrowsingPlus.GetDbComChannel("HEADUNIT");
List1 = VehicleInfo.GetDbComChannelDbComChannelsOfGateways(DbComChannel1);

Member Data Documentation

◆ dbComChannel

DbComChannelTerm OpenTestSystem.Otx.Extensions.VehicleInfo.Terms.GetDbComChannelDbComChannelsOfGateways.dbComChannel

This element represents the diagDataPlus:DbComChannel whose gateways should be listed.