Click or drag to resize
IListenerPositionReset Event
Raised when a decoder that the listener is using to translate messages indicates that the previous position reported for an aircraft was wrong and that its position has been reset.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
event EventHandler<EventArgs<string>> PositionReset

Value

Type: SystemEventHandlerEventArgsString
Remarks
The event args carries the ICAO24 code for the aircraft whose position has been reset. Any tracks held for the aircraft should be cleared down and restarted. This message is only used in conjunction with raw message decoding.
See Also