ModeSMessageDownlinkFormat Property |
Gets or sets the decoded downlink format (DF) field of the reply. This is present on all replies.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DownlinkFormat DownlinkFormat { get; set; }
Public Property DownlinkFormat As DownlinkFormat
Get
Set
public:
property DownlinkFormat DownlinkFormat {
DownlinkFormat get ();
void set (DownlinkFormat value);
}
member DownlinkFormat : DownlinkFormat with get, set
Property Value
Type:
DownlinkFormatSee Also