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

Gets a list of ComInterfaceResource names More...

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

Public Attributes

ComInterfaceTerm comInterface
 Represents the handle of the communication interface of which the resource name list should be put out. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Gets a list of ComInterfaceResource names

The GetComInterfaceResourceNameList term returns a list of ComInterfaceResource names, which are provided for this ComInterface. For example {"CAN1","CAN2"}

Note
The appropriate MVCI system operation is MCDInterface::getInterfaceResources().
Exceptions
Exceptions.NotConnectedExceptionIf the referenced ComInterface is not connected.
Syntax
ListTerm = ComInterface.GetComInterfaceResourceNameList(ComInterfaceTerm comInterface);
ComInterfaceTerm comInterface
Represents the handle of the communication interface of which the resource name list should be put ou...
Definition: ComInterface.cs:872

Member Data Documentation

◆ comInterface

ComInterfaceTerm OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetComInterfaceResourceNameList.comInterface

Represents the handle of the communication interface of which the resource name list should be put out.