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.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler<EventArgs<string>> PositionReset
Event PositionReset As EventHandler(Of EventArgs(Of String))
event EventHandler<EventArgs<String^>^>^ PositionReset {
void add (EventHandler<EventArgs<String^>^>^ value);
void remove (EventHandler<EventArgs<String^>^>^ value);
}
abstract PositionReset : IEvent<EventHandler<EventArgs<string>>,
EventArgs<string>>
Value
Type:
SystemEventHandlerEventArgsStringRemarks
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