Gets value indicating if the packet is an echoe.

Namespace: RRAutoLib.Loconet
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public bool IsEchoe { get; internal set; }
Visual Basic
Public Property IsEchoe As Boolean
	Get
	Friend Set

Field Value

True if the packet is an echoed packet, otherwise False.

Remarks

This property can be used for monitoring incomming packets to distinguish ones that were generated by the PC versus ones generated by external devices.

See Also