Click or drag to resize
AdsbMessage Class
Describes the content of an ADS-B message as decoded from the ME field of a DF17 / DF18 CF0,1,6 / DF19 AF0 message.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.AdsbAdsbMessage

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class AdsbMessage

The AdsbMessage type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAirbornePosition
Gets or sets the content of an airborne position message.
Public propertyAirborneVelocity
Gets or sets the content of an airborne velocity message.
Public propertyAircraftOperationalStatus
Gets or sets the content of the aircraft operational status message.
Public propertyAircraftStatus
Gets or sets the content of an aircraft status message.
Public propertyCoarseTisbAirbornePosition
Gets or sets the content of the TIS-B coarse airborne position message.
Public propertyIdentifierAndCategory
Gets or sets the content of an identifer and category message.
Public propertyMessageFormat
Gets or sets the format of ADS-B message.
Public propertyModeSMessage
Gets the parent Mode-S message that carried the ADS-B message.
Public propertySurfacePosition
Gets or sets the content of a surface position message.
Public propertyTargetStateAndStatus
Gets or sets the content of the target state and status messages (not present in ADS-B version 0).
Public propertyTisbIcaoModeAFlag
Gets or sets the value of the ICAO/Mode-A flag for TIS-B fine-format messages.
Public propertyType
Gets or sets the type of the message as described by the first 5 bits.
Top
Methods
  NameDescription
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 methodToString
Returns an English description of the message.
(Overrides ObjectToString.)
Top
Remarks
Unlike Mode-S messages very few fields are transmitted by multiple message types. As some of the messages can carry a lot of unique information the body of the messages have been split into separate classes and this class just carries the common fields and a reference to one message object.
See Also