Click or drag to resize
TargetStateAndStatusVersion2 Class
A class carrying the content of an ADS-B version 2 target state and status message.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.AdsbTargetStateAndStatusVersion2

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

The TargetStateAndStatusVersion2 type exposes the following members.

Constructors
  NameDescription
Public methodTargetStateAndStatusVersion2
Initializes a new instance of the TargetStateAndStatusVersion2 class
Top
Properties
  NameDescription
Public propertyBarometricPressureSetting
Gets or sets the barometric pressure setting.
Public propertyIsAltitudeHoldActive
Gets or sets a value indicating that the autopilot's altitude hold mode is active.
Public propertyIsApproachModeActive
Gets or sets a value indicating that the autopilot's approach mode is active.
Public propertyIsAutopilotEngaged
Gets or sets a value indicating that the autopilot is flying the aircraft.
Public propertyIsLnavEngaged
Gets or sets a value indicating that the autopilot's lateral navigation mode is active.
Public propertyIsRebroadcast
Gets or sets a value indicating that the message has been rebroadcast by a ground link.
Public propertyIsTcasOperational
Gets or sets a value indicating that the TCAS/ACAS system is operational.
Public propertyIsVnavEngaged
Gets or sets a value indicating that the autopilot's vertical navigation mode is active.
Public propertyNacP
Gets or sets the navigational accuracy category for position.
Public propertyNicBaro
Gets or sets a value indicating the integrity category for barometric altitudes.
Public propertySelectedAltitude
Gets or sets the autopilot / FMS selected altitude in feet.
Public propertySelectedAltitudeIsFms
Gets or sets a value indicating whether the SelectedAltitude is derived from the Flight Management System (true) or the autopilot Mode Control Panel / Flight Control Unit (false).
Public propertySelectedHeading
Gets or sets the autopilot / FMS selected heading in degrees.
Public propertySil
Gets or sets a value indicating the probability of exceeding the NIC containment radius.
Public propertySilSupplement
Gets or sets a value indicating whether the reporting SIL probability is based on a per-sample (true) or per-hour (false) probability.
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 object.
(Overrides ObjectToString.)
Top
See Also