RawDecodingSettingsAcceptIcaoInPI0Count Property |
Gets or sets the number of times the same ICAO is seen in PI0 message 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 AcceptIcaoInPI0Count { get; set; }
Public Property AcceptIcaoInPI0Count As Integer
Get
Set
public:
property int AcceptIcaoInPI0Count {
int get ();
void set (int value);
}
member AcceptIcaoInPI0Count : int with get, set
Property Value
Type:
Int32Remarks The minimum value for this is 1 - i.e. accept it immediately.
See Also