Click or drag to resize
IAircraftListJsonMessageConverter Interface
The interface for an object that can turn an AircraftListJson into a collection of BaseStationMessageEventArgs objects.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAircraftListJsonMessageConverter

The IAircraftListJsonMessageConverter type exposes the following members.

Methods
  NameDescription
Public methodConvertIntoBaseStationMessageEventArgs
Returns a collection of BaseStationMessageEventArgs objects, one for each aircraft in the aircraft list of the AircraftListJson passed across.
Top
See Also