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.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public BaseStationSupplementaryMessage Supplementary { get; set; }
Public Property Supplementary As BaseStationSupplementaryMessage
Get
Set
public:
property BaseStationSupplementaryMessage^ Supplementary {
BaseStationSupplementaryMessage^ get ();
void set (BaseStationSupplementaryMessage^ value);
}
member Supplementary : BaseStationSupplementaryMessage with get, set
Property Value
Type:
BaseStationSupplementaryMessageRemarks See Also