IListener Properties |
The IListener type exposes the following members.
Name | Description | |
---|---|---|
![]() | BytesExtractor |
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.
|
![]() | ConnectionStatus |
Gets a value indicating whether the listener is connected to the source of aircraft message data.
|
![]() | Connector |
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.
|
![]() | IgnoreBadMessages |
Gets or sets a value indicating whether exceptions thrown by the message translator cause a disconnection
and raise ExceptionCaught or whether they are ignored.
|
![]() | IsSatcomFeed |
Gets or sets a value indicating that this is a satcom feed.
|
![]() | RawMessageTranslator |
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.
|
![]() | ReceiverId |
Gets or sets the identity of the receiver that is controlling this listener.
|
![]() | ReceiverName |
Gets or sets the name of the receiver that is controlling this listener.
|
![]() | Statistics |
Gets the statistics for the listener.
|
![]() | TotalBadMessages |
Gets a count of the total number of messages that could not be translated.
|
![]() | TotalMessages |
Gets a count of the total number of messages received by the object.
|