Click or drag to resize
IModeSTranslatorTranslate Method
Converts the bytes passed across into a ModeSMessage object.

Namespace: VirtualRadar.Interface.ModeS
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
ModeSMessage Translate(
	byte[] rawMessage,
	int start,
	Nullable<int> signalLevel,
	bool isMlat
)

Parameters

rawMessage
Type: SystemByte
start
Type: SystemInt32
The offset into the array of the start of the packet. The length is implied from the packet type.
signalLevel
Type: SystemNullableInt32
The signal level, if known. Null if not known.
isMlat
Type: SystemBoolean
True if the message is known to have been generated by an MLAT receiver / servar, false otherwise.

Return Value

Type: ModeSMessage
See Also