OTX Reference  
OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetComInterfaceNameList Class Reference

Gets the names of the ComInterfaces More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetComInterfaceNameList:
Inheritance graph

Public Attributes

ConnectionStatusTerm connectionStatus
 Represents the current state value that filters the returned interfaces . More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Gets the names of the ComInterfaces

The GetComInterfaceNameList term returns the names (MCDInterface unique ShortNames) of the ComInterfaces with the given state as a ListTerm of String. This call has no dependencies on the SelectProject and SelectVehicleInformation method. This call is independent of the selected project and selected vehicle information.

Note
The related MVCI system methods are MCDSystem::prepareVciAccessLayer(); MCDSystem::getCurrentInterfaces()
Syntax
ListTerm = ComInterface.GetComInterfaceNameList(ConnectionStatusTerm connectionStatus);
ConnectionStatusTerm connectionStatus
Represents the current state value that filters the returned interfaces .
Definition: ComInterface.cs:772
ListTerm = ComInterface.GetComInterfaceNameList(ConnectionStatusTerm connectionStatus);

Member Data Documentation

◆ connectionStatus

ConnectionStatusTerm OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetComInterfaceNameList.connectionStatus

Represents the current state value that filters the returned interfaces .