BaseStationMessageEventArgsIsOutOfBand Property |
Gets a value indicating that the message was received on a feed that is not the nominated feed for
the aircraft in a merged feed.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsOutOfBand { get; }
Public ReadOnly Property IsOutOfBand As Boolean
Get
public:
property bool IsOutOfBand {
bool get ();
}
member IsOutOfBand : bool with get
Property Value
Type:
Boolean
Remarks
At the time of writing this is only set on merged feeds when the message was received from an MLAT source
and the aircraft is currently being serviced by a different receiver.
See Also