Click or drag to resize
IModeSTranslator Interface
The interface for objects that can decode a raw Mode-S downlink message sent by a transponder into the information carried by the Mode-S message. Note that this does not decode the content of extended squitter messages.

Namespace: VirtualRadar.Interface.ModeS
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IModeSTranslator

The IModeSTranslator type exposes the following members.

Properties
  NameDescription
Public propertyStatistics
Gets or sets the statistics to update when translating messages.
Top
Methods
  NameDescription
Public methodTranslate
Converts the bytes passed across into a ModeSMessage object.
Top
Remarks
Implementations are not expected to be thread-safe.
See Also