Click or drag to resize
BaseStationMessageSupplementary Property
Gets or sets the optional supplementary message object that carries extra information from a raw Mode-S or ADS-B message.

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public BaseStationSupplementaryMessage Supplementary { get; set; }

Property Value

Type: BaseStationSupplementaryMessage
Remarks
This can be null, even for a message that has been created by the IRawMessageTranslator.
See Also