Click or drag to resize

PacketIsEchoe Property

Gets value indicating if the packet is an echoe.

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public ReadOnly Property IsEchoe As Boolean
	Get

Property Value

Type: Boolean
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