Click or drag to resize
IReceiverFormatProvider Interface
The interface that all receiver format providers must implement.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IReceiverFormatProvider

The IReceiverFormatProvider type exposes the following members.

Properties
  NameDescription
Public propertyIsRawFormat
Gets a value indicating that the feed format holds raw messages from the aircraft that need to be decoded.
Public propertyShortName
Gets the short name for the format.
Public propertyUniqueId
Gets the unique identifier of the format provider.
Top
Methods
  NameDescription
Public methodCreateMessageBytesExtractor
Creates and returns a new message bytes extractor for the format.
Public methodIsUsableBytesExtractor
Returns true if the message bytes extractor passed across is appropriate for this receiver format.
Top
See Also