Click or drag to resize
IBaseStationMessageTranslator Interface
An interface for an object that can translate a string transmitted by BaseStation into a formatted message object.

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IBaseStationMessageTranslator

The IBaseStationMessageTranslator type exposes the following members.

Methods
  NameDescription
Public methodTranslate
Translates from a raw message transmitted from BaseStation into a formatted message.
Top
See Also