BaseStationMessage Properties |
The BaseStationMessage type exposes the following members.
Name | Description | |
---|---|---|
AircraftId |
Gets or sets the identifier of the aircraft in the BaseStation database.
| |
Altitude |
Gets or sets the altitude of the aircraft, if known.
| |
Callsign |
Gets or sets the callsign of the aircraft, if known.
| |
Emergency |
Gets or sets a value indicating that the squawk code is set to a value indicating an emergency.
| |
FlightId |
Gets or sets the identifier of the flight in the BaseStation database.
| |
GroundSpeed |
Gets or sets the speed over the ground of the aircraft, if known.
| |
Icao24 |
Gets or sets the Mode S identifier transmitted by the aircraft.
| |
IdentActive |
Gets or sets a value indicating that the aircraft's transponder ident has been activated.
| |
IsMlat |
Gets or sets a value indicating that the message was generated by an MLAT receiver / server.
| |
IsTisb |
Gets or sets a value indicating that the message was generated by a TIS-B ground station.
| |
Latitude |
Gets or sets the north (+ve) or south (-ve) coordinate for the aircraft.
| |
Longitude |
Gets or sets the east (+ve) or west (-ve) coordinate for the aircraft.
| |
MessageGenerated |
Gets or sets the date and time the message was generated by BaseStation.
| |
MessageLogged |
Gets or sets the date and time that the message was logged by BaseStation.
| |
MessageNumber |
Gets or sets the message number for an archived message. Always zero for live messages.
| |
MessageType |
Gets or sets the type of message.
| |
OnGround |
Gets or sets a value indicating that the vehicle is on the ground.
| |
ReceiverId |
Gets or sets the unique ID of the receiver that picked up the message, if any. 0 if the ID is unknown.
| |
SessionId |
Gets or sets the identifier of the BaseStation session.
| |
SignalLevel |
Gets or sets the signal level, if known, at the time the packet carrying the message was received. If this
is null then the receiver did not pass on the signal level.
| |
Squawk |
Gets or sets the squawk code.
| |
SquawkHasChanged |
Gets or sets a value indicating that the squawk code has changed.
| |
StatusCode |
Gets or sets the status change in a StatusChanged message.
| |
Supplementary |
Gets or sets the optional supplementary message object that carries extra information from a raw Mode-S or ADS-B message.
| |
Track |
Gets or sets the direction that the aircraft is heading in, if known.
| |
TransmissionType |
Gets or sets the type of transmission sent in a Transmission message.
| |
VerticalRate |
Gets or sets the speed of ascent or descent.
|