Gets value indicating if the packet is an echoe.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic ReadOnly Property IsEchoe As Boolean
Get
public bool IsEchoe { get; }
Property Value
Type:
BooleanTrue if the packet is an echoed packet, otherwise
False.
RemarksThis 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