Click or drag to resize

IntendedSignalByTransmitter Constructor (IServiceProvider)

Create a new instance which will target a signal generated by the specified transmitter.

Namespace:  AGI.Foundation.Communications.SignalProcessing
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IntendedSignalByTransmitter(
	IServiceProvider transmitter
)

Parameters

transmitter
Type: SystemIServiceProvider
The transmitter producing the desired signal.
See Also