Click or drag to resize
IListenerModeSMessageReceived Event
Raised when a message has been received from the source of raw data. This may not be on the same thread that started the listener - however all messages are guaranteed to be transmitted in the order in which they were received.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
event EventHandler<ModeSMessageEventArgs> ModeSMessageReceived

Value

Type: SystemEventHandlerModeSMessageEventArgs
Remarks
This is only raised when listening to sources of Mode-S data. It is not raised when listening to Port 30003 format sources.
See Also