Click or drag to resize
IAdsbTranslatorTranslate Method
Translates the payload of the ExtendedSquitterMessage property into an ADS-B message.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
AdsbMessage Translate(
	ModeSMessage modeSMessage
)

Parameters

modeSMessage
Type: VirtualRadar.Interface.ModeSModeSMessage

Return Value

Type: AdsbMessage
Remarks
This method will return null if the Mode-S message does not contain an ADS-B message or if the ADS-B message could not be translated from the Mode-S message. Callers should test for a return of null even if they pass in what appears to be a Mode-S message carrying a valid extended squitter message block.
See Also