IRawMessageTranslatorGlobalDecodeAirborneThresholdMilliseconds Property |
Gets or sets the number of milliseconds that an odd/even pair of CPR coordinates must be received within to be
usable for a global decode of airborne position.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int GlobalDecodeAirborneThresholdMilliseconds { get; set; }
Property GlobalDecodeAirborneThresholdMilliseconds As Integer
Get
Set
property int GlobalDecodeAirborneThresholdMilliseconds {
int get ();
void set (int value);
}
abstract GlobalDecodeAirborneThresholdMilliseconds : int with get, set
Property Value
Type:
Int32Remarks
This defaults to 10 seconds, as per the ICAO specs.
See Also