BaseStationSupplementaryMessageSpeedType Property |
Gets or sets a value that qualifies the type of speed being reported in the
GroundSpeed property.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<SpeedType> SpeedType { get; set; }
Public Property SpeedType As Nullable(Of SpeedType)
Get
Set
public:
property Nullable<SpeedType> SpeedType {
Nullable<SpeedType> get ();
void set (Nullable<SpeedType> value);
}
member SpeedType : Nullable<SpeedType> with get, set
Property Value
Type:
NullableSpeedTypeRemarks
If there is no supplementary message then the GroundSpeed should be assumed to be the ground speed.
See Also