IBaseStationMessageTranslator Interface |
An interface for an object that can translate a string transmitted by BaseStation into a
formatted message object.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IBaseStationMessageTranslator
Public Interface IBaseStationMessageTranslator
public interface class IBaseStationMessageTranslator
type IBaseStationMessageTranslator = interface end
The IBaseStationMessageTranslator type exposes the following members.
Methods
| Name | Description |
---|
| Translate |
Translates from a raw message transmitted from BaseStation into a formatted message.
|
TopSee Also