IBaseStationMessageTranslatorTranslate Method |
Translates from a raw message transmitted from BaseStation into a formatted message.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax BaseStationMessage Translate(
string rawMessage,
Nullable<int> signalLevel
)
Function Translate (
rawMessage As String,
signalLevel As Nullable(Of Integer)
) As BaseStationMessage
BaseStationMessage^ Translate(
String^ rawMessage,
Nullable<int> signalLevel
)
abstract Translate :
rawMessage : string *
signalLevel : Nullable<int> -> BaseStationMessage
Parameters
- rawMessage
- Type: SystemString
- signalLevel
- Type: SystemNullableInt32
Return Value
Type:
BaseStationMessageSee Also