Click or drag to resize
IMergedFeedListener Properties

The IMergedFeedListener type exposes the following members.

Properties
  NameDescription
Public propertyBytesExtractor
Gets the object that can extract the important bytes from the stream. Do not modify any properties on the extractor directly, always use ChangeSource(IConnector, IMessageBytesExtractor, IRawMessageTranslator) to perform configuration changes.
(Inherited from IListener.)
Public propertyConnectionStatus
Gets a value indicating whether the listener is connected to the source of aircraft message data.
(Inherited from IListener.)
Public propertyConnector
Gets the connector that is handling the connection for the listener. Do not modify any properties on the connection directly, always use ChangeSource(IConnector, IMessageBytesExtractor, IRawMessageTranslator) to perform configuration changes.
(Inherited from IListener.)
Public propertyIcaoTimeout
Gets or sets the number of milliseconds that must elapse after the last message from a given ICAO on a receiver before that receiver is no longer considered to be the only source of messages for that ICAO.
Public propertyIgnoreAircraftWithNoPosition
Gets or sets a value indicating whether messages from aircraft are ignored until they transmit a position.
Public propertyIgnoreBadMessages
Gets or sets a value indicating whether exceptions thrown by the message translator cause a disconnection and raise ExceptionCaught or whether they are ignored.
(Inherited from IListener.)
Public propertyIsSatcomFeed
Gets or sets a value indicating that this is a satcom feed.
(Inherited from IListener.)
Public propertyListeners
Gets the list of listeners that will be merged into a single feed.
Public propertyRawMessageTranslator
Gets the object that translates raw messages into Port30003 format messages. Do not modify any properties on the translator directly, always use ChangeSource(IConnector, IMessageBytesExtractor, IRawMessageTranslator) to perform configuration changes.
(Inherited from IListener.)
Public propertyReceiverId
Gets or sets the identity of the receiver that is controlling this listener.
(Inherited from IListener.)
Public propertyReceiverName
Gets or sets the name of the receiver that is controlling this listener.
(Inherited from IListener.)
Public propertyStatistics
Gets the statistics for the listener.
(Inherited from IListener.)
Public propertyTotalBadMessages
Gets a count of the total number of messages that could not be translated.
(Inherited from IListener.)
Public propertyTotalMessages
Gets a count of the total number of messages received by the object.
(Inherited from IListener.)
Top
See Also