OTX Reference  
OpenTestSystem.Otx.Extensions.ComInterface.Actions.SetDefaultComInterface Class Reference

Sets the ComInterface More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.ComInterface.Actions.SetDefaultComInterface:
Inheritance graph

Public Attributes

StringTerm comInterfaceName
 Cardinality [1]
The unique name (ID) of the interface which defines it. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Cardinality [0..1]
Validity of ActionRealisation. More...
 

Detailed Description

Sets the ComInterface

The SetDefaultComInterface action sets the ComInterface which shall be used for DiagCom extension.

Note
IMPORTANT — In case an MVCI/ODX system is used, this action requires the use of MCDSystem::prepareVciAccessLayer().
Exceptions
Exceptions.ComInterfaceExceptionIf the given name provided by the ComInterfaceName element cannot be assigned to an existing interface.
Syntax
ComInterface.SetDefaultComInterface(StringTerm comInterfaceName);
StringTerm comInterfaceName
Cardinality [1] The unique name (ID) of the interface which defines it.
Definition: ComInterface.cs:782

Member Data Documentation

◆ comInterfaceName

StringTerm OpenTestSystem.Otx.Extensions.ComInterface.Actions.SetDefaultComInterface.comInterfaceName

Cardinality [1]
The unique name (ID) of the interface which defines it.