OTX Reference  
OpenTestSystem.Otx.Extensions.DiagComPlus.DataTypes Namespace Reference

Data types, see also Core data types. More...

Classes

class  ComChannelState
 ComChannelState is an otx:SimpleType. More...
 

Enumerations

enum  ComChannelStates {
  ComChannelStates.NOT_AVAILABLE, ComChannelStates.CREATED, ComChannelStates.OFFLINE, ComChannelStates.ONLINE,
  ComChannelStates.COMMUNICATION
}
 ComChannelState is an enumeration type describing the state of a diag:ComChannel. More...
 

Detailed Description

Data types, see also Core data types.

Enumeration Type Documentation

◆ ComChannelStates

ComChannelState is an enumeration type describing the state of a diag:ComChannel.

Enumerator
NOT_AVAILABLE 

diag:ComChannel status: The communication status has not been yet determined.

CREATED 

diag:ComChannel status: created. In case of an MCD base system, this means that the logical link is created.

OFFLINE 

diag:ComChannel status: offline. In case of an MCD base system, this means that the logical link is offline. No communication has been established.

ONLINE 

diag:ComChannel status: online. In case of an MCD base system, this means that the logical link is online, communication is already established, no DiagComPrimitive is executing.

COMMUNICATION 

diag:ComChannel status: communication already started. In case of an MCD base system, this means that the logical link is online, communication is already established, a DiagComPrimitive is executing.