Click or drag to resize
IListenerModeSBytesReceived Event
Raised when bytes representing a Mode-S message have been received. 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<EventArgs<ExtractedBytes>> ModeSBytesReceived

Value

Type: SystemEventHandlerEventArgsExtractedBytes
Remarks
This is only raised when listening to sources of Mode-S data. It is not raised when listening to Port 30003 format sources. The ExtractedBytes passed as the event argument is a clone of the bytes original extracted. Bytes that fail the checksum test (when applicable) are not passed to the event handler.
See Also