Click or drag to resize
BaseStationMessageHelperConvertToBaseStationMessageType Method
Converts from BaseStation text to a message type.

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static BaseStationMessageType ConvertToBaseStationMessageType(
	string text,
	ref bool isMlat
)

Parameters

text
Type: SystemString
isMlat
Type: SystemBoolean

Return Value

Type: BaseStationMessageType
See Also