ISimpleAircraftList Methods |
The ISimpleAircraftList type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
FindAircraft |
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.) | |
Start |
Starts the tracking of aircraft.
(Inherited from IAircraftList.) | |
Stop |
Stops tracking aircraft.
(Inherited from IAircraftList.) | |
TakeSnapshot |
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.) |