RawDecodingSettingsAcceptIcaoInPI0Seconds Property |
Gets or sets the number of seconds over which the same ICAO is seen in PI0 messages 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 AcceptIcaoInPI0Seconds { get; set; }
Public Property AcceptIcaoInPI0Seconds As Integer
Get
Set
public:
property int AcceptIcaoInPI0Seconds {
int get ();
void set (int value);
}
member AcceptIcaoInPI0Seconds : int with get, set
Property Value
Type:
Int32See Also