Click or drag to resize
IBaseStationAircraftList Methods

The IBaseStationAircraftList 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.
(Inherited from IAircraftList.)
Public methodStart
Starts the tracking of aircraft.
(Inherited from IAircraftList.)
Public methodStop
Stops tracking aircraft.
(Inherited from IAircraftList.)
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.
(Inherited from IAircraftList.)
Top
See Also