Gets or sets whether sessions contain frames that the interface transmits. If true (True in Visual Basic), when frame transmission is complete for an output (outgoing) session, the frame is echoed to the input (incoming) session.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Overridable Property Echo As Boolean |
| C# |
|---|
public virtual bool Echo { get; set; } |
| Visual C++ |
|---|
public:
virtual property bool Echo {
bool get ();
void set (bool value);
} |
Property Value
A Boolean that indicates whether outgoing frames are echoed back as incoming frames.