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.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IModeSTranslator
Public Interface IModeSTranslator
public interface class IModeSTranslator
type IModeSTranslator = interface end
The IModeSTranslator type exposes the following members.
Properties
| Name | Description |
---|
| Statistics |
Gets or sets the statistics to update when translating messages.
|
TopMethods Remarks
Implementations are not expected to be thread-safe.
See Also