ModeSMessageDownlinkRequest Property |
Gets or sets the DR field from the reply.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<byte> DownlinkRequest { get; set; }
Public Property DownlinkRequest As Nullable(Of Byte)
Get
Set
public:
property Nullable<unsigned char> DownlinkRequest {
Nullable<unsigned char> get ();
void set (Nullable<unsigned char> value);
}
member DownlinkRequest : Nullable<byte> with get, set
Property Value
Type:
NullableByteSee Also