BaseStationMessage Class |
Namespace: VirtualRadar.Interface.BaseStation
The BaseStationMessage type exposes the following members.
Name | Description | |
---|---|---|
BaseStationMessage | Initializes a new instance of the BaseStationMessage class |
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.
|
Name | Description | |
---|---|---|
CalculateRoughSize |
Calculates a rough and far-from-accurate size for the object.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToBaseStationString |
Returns the message as parseable BaseStation message text.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |