Click or drag to resize
IListenerChangeSource Method
Changes the connector and/or message bytes extractor used by the listener.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void ChangeSource(
	IConnector connector,
	IMessageBytesExtractor bytesExtractor,
	IRawMessageTranslator rawMessageTranslator
)

Parameters

connector
Type: VirtualRadar.Interface.NetworkIConnector
bytesExtractor
Type: VirtualRadar.Interface.ListenerIMessageBytesExtractor
rawMessageTranslator
Type: VirtualRadar.Interface.BaseStationIRawMessageTranslator
See Also