RawDecodingSettingsAcceptIcaoInNonPICount Property |
Gets or sets the number of times the same ICAO is seen in messages that do not have PI before it is accepted as valid.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int AcceptIcaoInNonPICount { get; set; }
Public Property AcceptIcaoInNonPICount As Integer
Get
Set
public:
property int AcceptIcaoInNonPICount {
int get ();
void set (int value);
}
member AcceptIcaoInNonPICount : int with get, set
Property Value
Type:
Int32Remarks If this is zero then ICAOs are never accepted from messages that do not have PI.
See Also