IRawMessageTranslatorSuppressReceiverRangeCheck Property |
Gets or sets a value indicating that decoded locations that are further away than the receiver can see are still
allowed through, disabling part of the ICAO reasonableness tests.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool SuppressReceiverRangeCheck { get; set; }
Property SuppressReceiverRangeCheck As Boolean
Get
Set
property bool SuppressReceiverRangeCheck {
bool get ();
void set (bool value);
}
abstract SuppressReceiverRangeCheck : bool with get, set
Property Value
Type:
BooleanSee Also