Click or drag to resize
TcasResolutionAdvisory Class
A class describing the content of an aircraft status message carrying a TCAS RA broadcast.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.AdsbTcasResolutionAdvisory

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

The TcasResolutionAdvisory type exposes the following members.

Constructors
  NameDescription
Public methodTcasResolutionAdvisory
Initializes a new instance of the TcasResolutionAdvisory class
Top
Properties
  NameDescription
Public propertyFormattedThreatIcao24
Gets the ThreatIcao24 value formatted as a string. If ThreatIcao24 is zero then this will be null.
Public propertyMultipleThreatEncounter
Gets or sets a value indicating that multiple threats are being processed by TCAS.
Public propertyMultipleThreatResolutionAdvisory
Gets or sets the multiple-threat resolution advisory in a TCAS RA broadcast.
Public propertyResolutionAdvisoryComplement
Gets or sets the RAC from a TCAS RA broadcast.
Public propertyResolutionAdvisoryTerminated
Gets or sets a value indicating that the RA has been terminated.
Public propertySingleThreatResolutionAdvisory
Gets or sets the single-threat resolution advisory in a TCAS RA broadcast.
Public propertyThreatAltitude
Gets or sets the altitude of the most recently declared threat to the aircraft.
Public propertyThreatBearing
Gets or sets the bearing, relative to the aircraft, of the threat aircraft.
Public propertyThreatIcao24
Gets or sets the ICAO24 code of the most recently declared threat to the aircraft, if known.
Public propertyThreatRange
Gets or sets the range from the aircraft to the threat in nautical miles.
Public propertyThreatRangeExceeded
Gets or sets a value indicating that the range to the threat in ThreatRange exceeds the maximum distance that TCAS can represent.
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 content of the object.
(Overrides ObjectToString.)
Top
See Also