Click or drag to resize
BaseStationMessageToBaseStationString Method
Returns the message as parseable BaseStation message text.

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string ToBaseStationString(
	bool emitExtendedBaseStationFormat = false
)

Parameters

emitExtendedBaseStationFormat (Optional)
Type: SystemBoolean
True if MLAT-sourced messages should use a message type of MLAT, false if they should use MSG. Ignored for other message types.

Return Value

Type: String
The properties of the message formatted up as a text string that can be sent to any application that can interpret BaseStation messages.
See Also