Occurs when a Loconet packet is received.
Namespace: RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4714.25322
Public Event RxPacketOnSyncThread As LoconetService..::..RxPacketOnSyncThreadEventHandler
public event LoconetService..::..RxPacketOnSyncThreadEventHandler RxPacketOnSyncThread
Methods registered with this event will execute on the thread of the object specified by the
SyncContext property.
This is the prefered event over the alternative
RxPacketOnWorkerThread because you can synchronize this event with your UI objects for thread safety.
See the
Start method for a code example.