Click or drag to resize
TargetStateAndStatusVersion1 Class
Describes the content of an ADS-B version 1 Target State and Status message.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.AdsbTargetStateAndStatusVersion1

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

The TargetStateAndStatusVersion1 type exposes the following members.

Constructors
  NameDescription
Public methodTargetStateAndStatusVersion1
Initializes a new instance of the TargetStateAndStatusVersion1 class
Top
Properties
  NameDescription
Public propertyAltitudesAreMeanSeaLevel
Gets or sets a value indicating that altitudes are barometric corrected altitudes (mean sea level) or a reference barometric altitude (flight level).
Public propertyEmergencyState
Gets or sets the current emergency state for the aircraft.
Public propertyHorizontalDataSource
Gets or sets the source of the horizontal state data.
Public propertyHorizontalModeIndicator
Gets or sets a value indicating whether the target heading has been reached or whether the aircraft is moving towards it.
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 propertySil
Gets or sets the surveillance integrity level.
Public propertyTargetAltitude
Gets or sets the target altitude in feet.
Public propertyTargetAltitudeCapability
Gets or sets a value indicating which target altitudes can be sent by the transponder.
Public propertyTargetHeading
Gets or sets the target heading or track angle.
Public propertyTargetHeadingIsTrack
Gets or sets a value indicating whether TargetHeading is the track (true) or heading (false) angle.
Public propertyTcasCapabilityMode
Gets or sets the current state of the TCAS/ACAS system.
Public propertyVerticalDataSource
Gets or sets the source of the vertical state data.
Public propertyVerticalModeIndicator
Gets or sets a value indicating whether the target altitude has been reached or whether the aircraft is moving towards it.
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