VeriStand .NET API Reference

CANPort.Echo Property

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

true (True in Visual Basic) if outgoing frames are echoed back as incoming frames. Otherwise false (False in Visual Basic).

See Also

Log in to get a better experience