Click or drag to resize
ModeSMessageEventArgsAdsbMessage Property
Gets the decoded ADS-B message from extended squitter Mode-S messages. This will be null if the Mode-S message did not contain an ADS-B payload.

Namespace: VirtualRadar.Interface.ModeS
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AdsbMessage AdsbMessage { get; }

Property Value

Type: AdsbMessage
See Also