OTX Reference  
OpenTestSystem.Otx.Extensions.EcuConfiguration.Actions.RemoveAllComchannelConfigurationRecord Class Reference

Removes all ConfigurationRecord elements More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.EcuConfiguration.Actions.RemoveAllComchannelConfigurationRecord:
Inheritance graph

Public Attributes

ComChannelTerm comChannel
 Comprises the handle of the communication channel (LogicalLink). More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Removes all ConfigurationRecord elements

The RemoveAllComchannelConfigurationRecord-activity removes all ConfigurationRecord elements, so they are not accessible anymore. If there are no items, nothing will be done.

Note
The appropriate MVCI system operation is MCDConfigurationRecords::removeAll.
Syntax
RemoveAllComchannelConfigurationRecord(ComChannelTerm comChannel);
ComChannelTerm comChannel
Comprises the handle of the communication channel (LogicalLink).
Definition: EcuConfiguration.cs:685

Member Data Documentation

◆ comChannel

ComChannelTerm OpenTestSystem.Otx.Extensions.EcuConfiguration.Actions.RemoveAllComchannelConfigurationRecord.comChannel

Comprises the handle of the communication channel (LogicalLink).