Click or drag to resize
BaseStationMessage Class
An object that carries information about an incoming message from Kinetic's BaseStation application.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.BaseStationBaseStationMessage

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class BaseStationMessage

The BaseStationMessage type exposes the following members.

Constructors
  NameDescription
Public methodBaseStationMessage
Initializes a new instance of the BaseStationMessage class
Top
Properties
  NameDescription
Public propertyAircraftId
Gets or sets the identifier of the aircraft in the BaseStation database.
Public propertyAltitude
Gets or sets the altitude of the aircraft, if known.
Public propertyCallsign
Gets or sets the callsign of the aircraft, if known.
Public propertyEmergency
Gets or sets a value indicating that the squawk code is set to a value indicating an emergency.
Public propertyFlightId
Gets or sets the identifier of the flight in the BaseStation database.
Public propertyGroundSpeed
Gets or sets the speed over the ground of the aircraft, if known.
Public propertyIcao24
Gets or sets the Mode S identifier transmitted by the aircraft.
Public propertyIdentActive
Gets or sets a value indicating that the aircraft's transponder ident has been activated.
Public propertyIsMlat
Gets or sets a value indicating that the message was generated by an MLAT receiver / server.
Public propertyIsTisb
Gets or sets a value indicating that the message was generated by a TIS-B ground station.
Public propertyLatitude
Gets or sets the north (+ve) or south (-ve) coordinate for the aircraft.
Public propertyLongitude
Gets or sets the east (+ve) or west (-ve) coordinate for the aircraft.
Public propertyMessageGenerated
Gets or sets the date and time the message was generated by BaseStation.
Public propertyMessageLogged
Gets or sets the date and time that the message was logged by BaseStation.
Public propertyMessageNumber
Gets or sets the message number for an archived message. Always zero for live messages.
Public propertyMessageType
Gets or sets the type of message.
Public propertyOnGround
Gets or sets a value indicating that the vehicle is on the ground.
Public propertyReceiverId
Gets or sets the unique ID of the receiver that picked up the message, if any. 0 if the ID is unknown.
Public propertySessionId
Gets or sets the identifier of the BaseStation session.
Public propertySignalLevel
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.
Public propertySquawk
Gets or sets the squawk code.
Public propertySquawkHasChanged
Gets or sets a value indicating that the squawk code has changed.
Public propertyStatusCode
Gets or sets the status change in a StatusChanged message.
Public propertySupplementary
Gets or sets the optional supplementary message object that carries extra information from a raw Mode-S or ADS-B message.
Public propertyTrack
Gets or sets the direction that the aircraft is heading in, if known.
Public propertyTransmissionType
Gets or sets the type of transmission sent in a Transmission message.
Public propertyVerticalRate
Gets or sets the speed of ascent or descent.
Top
Methods
  NameDescription
Public methodCalculateRoughSize
Calculates a rough and far-from-accurate size for the object.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToBaseStationString
Returns the message as parseable BaseStation message text.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also