Click or drag to resize
BaseStationMessageHelper Class
A static class containing methods that may be of use when handling BaseStation messages.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.BaseStationBaseStationMessageHelper

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class BaseStationMessageHelper

The BaseStationMessageHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertToBaseStationMessageType
Converts from BaseStation text to a message type.
Public methodStatic memberConvertToBaseStationStatusCode
Converts a string to a BaseStationStatusCode.
Public methodStatic memberConvertToBaseStationTransmissionType
Converts strings into BaseStationTransmissionType enumeration values.
Public methodStatic memberConvertToString(BaseStationStatusCode)
Converts a BaseStationStatusCode to a string.
Public methodStatic memberConvertToString(BaseStationTransmissionType)
Converts BaseStationTransmissionType values into strings.
Public methodStatic memberConvertToString(BaseStationMessageType, Boolean, Boolean)
Converts from a message type to the expected BaseStation text.
Top
Remarks
When BaseStationMessage was an interface this was used to help with writing implementations of the interface. Now that the interface has gone there is an argument for rolling this stuff into BaseStationMessage.
See Also