Click or drag to resize
IBaseStationMessageTranslatorTranslate Method
Translates from a raw message transmitted from BaseStation into a formatted message.

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
BaseStationMessage Translate(
	string rawMessage,
	Nullable<int> signalLevel
)

Parameters

rawMessage
Type: SystemString
signalLevel
Type: SystemNullableInt32

Return Value

Type: BaseStationMessage
See Also