Click or drag to resize
IListenerPort30003MessageReceived Event
Raised when a message has been received from a source of Port30003 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<BaseStationMessageEventArgs> Port30003MessageReceived

Value

Type: SystemEventHandlerBaseStationMessageEventArgs
Remarks
This is raised when listening to both Mode-S and Port 30003 data feeds. When listening to Mode-S sources the listener uses an IRawMessageTranslator to create the Port 30003 message.
See Also