Class

TrafficAdvisoryVerticalSpeedGuidance

USI.Core

Current collision-avoidance vertical-speed guidance. A null band means the equipment is not displaying that interval.

public sealed class TrafficAdvisoryVerticalSpeedGuidance : IEquatable<TrafficAdvisoryVerticalSpeedGuidance>

Constructors

TrafficAdvisoryVerticalSpeedGuidance

public TrafficAdvisoryVerticalSpeedGuidance(TrafficAdvisoryVerticalSpeedBand LowerProhibitedBand, TrafficAdvisoryVerticalSpeedBand RecommendedBand, TrafficAdvisoryVerticalSpeedBand UpperProhibitedBand)

Current collision-avoidance vertical-speed guidance. A null band means the equipment is not displaying that interval.

Properties

LowerProhibitedBand

public TrafficAdvisoryVerticalSpeedBand LowerProhibitedBand { get; set; }

RecommendedBand

public TrafficAdvisoryVerticalSpeedBand RecommendedBand { get; set; }

UpperProhibitedBand

public TrafficAdvisoryVerticalSpeedBand UpperProhibitedBand { get; set; }

Methods

<Clone>$

public TrafficAdvisoryVerticalSpeedGuidance <Clone>$()

Deconstruct

public void Deconstruct(TrafficAdvisoryVerticalSpeedBand LowerProhibitedBand, TrafficAdvisoryVerticalSpeedBand RecommendedBand, TrafficAdvisoryVerticalSpeedBand UpperProhibitedBand)

Equals

public bool Equals(object obj)

Equals

public bool Equals(TrafficAdvisoryVerticalSpeedGuidance other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()