Click or drag to resize
IAircraftList Methods

The IAircraftList type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodFindAircraft
Returns details of the aircraft with the unique ID passed across or null if no such aircraft exists. The aircraft returned is a clone of the orignal, it will not change as further messages are received from the aircraft.
Public methodStart
Starts the tracking of aircraft.
Public methodStop
Stops tracking aircraft.
Public methodTakeSnapshot
Returns a list of all of the aircraft currently being tracked. The aircraft objects are clones of the originals held by the list, they will not change as further messages are received from the aircraft.
Top
See Also