Click or drag to resize
FeedStatus Class
A DTO that carries information about a feed.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.ViewFeedStatus

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class FeedStatus : ICloneable

The FeedStatus type exposes the following members.

Constructors
  NameDescription
Public methodFeedStatus
Initializes a new instance of the FeedStatus class
Top
Properties
  NameDescription
Public propertyConnectionStatus
Gets or sets the connection status.
Public propertyConnectionStatusDescription
Gets or sets a description of the connection status.
Public propertyDataVersion
Gets or sets a value that is incremented any time there is a change of value for the feed.
Public propertyFeedId
Gets or sets the unique ID of the feed.
Public propertyHasAircraftList
Gets or sets a value indicating that an aircraft list is tracking the aircraft on the feed.
Public propertyHasPolarPlot
Gets or sets a value indicating that the feed has a polar plot attached to it.
Public propertyIsMergedFeed
Gets or sets a value indicating that this is a merged feed as opposed to a reciever.
Public propertyName
Gets or sets the name of the feed.
Public propertyTotalAircraft
Gets or sets the total number of bad messages.
Public propertyTotalBadMessages
Gets or sets the total number of bad messages received.
Public propertyTotalMessages
Gets or sets the total number of messages received.
Top
Methods
  NameDescription
Public methodClone
See interface docs.
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
See base docs.
(Overrides ObjectToString.)
Top
See Also