FeedStatus Class |
Namespace: VirtualRadar.Interface.View
The FeedStatus type exposes the following members.
Name | Description | |
---|---|---|
FeedStatus | Initializes a new instance of the FeedStatus class |
Name | Description | |
---|---|---|
ConnectionStatus |
Gets or sets the connection status.
| |
ConnectionStatusDescription |
Gets or sets a description of the connection status.
| |
DataVersion |
Gets or sets a value that is incremented any time there is a change of value for the feed.
| |
FeedId |
Gets or sets the unique ID of the feed.
| |
HasAircraftList |
Gets or sets a value indicating that an aircraft list is tracking the aircraft on the feed.
| |
HasPolarPlot |
Gets or sets a value indicating that the feed has a polar plot attached to it.
| |
IsMergedFeed |
Gets or sets a value indicating that this is a merged feed as opposed to a reciever.
| |
Name |
Gets or sets the name of the feed.
| |
TotalAircraft |
Gets or sets the total number of bad messages.
| |
TotalBadMessages |
Gets or sets the total number of bad messages received.
| |
TotalMessages |
Gets or sets the total number of messages received.
|
Name | Description | |
---|---|---|
Clone |
See interface docs.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
See base docs.
(Overrides ObjectToString.) |