Click or drag to resize
BaseStationSupplementaryMessageTransponderType Property
Gets or sets a value indicating that the message carries some indication about the type of transponder carried by the aircraft. Note that this is not set for plain Mode-S messages or ADS-B messages which are identical for all versions of ADS-B - it is only set when the message plainly indicates a particular version of ADS-B.

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<TransponderType> TransponderType { get; set; }

Property Value

Type: NullableTransponderType
See Also