BaseStationMessageHelperConvertToBaseStationMessageType Method |
Converts from BaseStation text to a message type.
Namespace: VirtualRadar.Interface.BaseStationAssembly: 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
)
Public Shared Function ConvertToBaseStationMessageType (
text As String,
ByRef isMlat As Boolean
) As BaseStationMessageType
public:
static BaseStationMessageType ConvertToBaseStationMessageType(
String^ text,
bool% isMlat
)
static member ConvertToBaseStationMessageType :
text : string *
isMlat : bool byref -> BaseStationMessageType
Parameters
- text
- Type: SystemString
- isMlat
- Type: SystemBoolean
Return Value
Type:
BaseStationMessageTypeSee Also