Click or drag to resize
IListenerRawMessageTranslator Property
Gets the object that translates raw messages into Port30003 format messages. Do not modify any properties on the translator directly, always use ChangeSource(IConnector, IMessageBytesExtractor, IRawMessageTranslator) to perform configuration changes.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IRawMessageTranslator RawMessageTranslator { get; }

Property Value

Type: IRawMessageTranslator
See Also