Click or drag to resize

ISignalPropagationPathService Interface

A service interface for objects which represent a propagation path from a transmission source to a receiver object.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface ISignalPropagationPathService

The ISignalPropagationPathService type exposes the following members.

Properties
  NameDescription
Public propertyEvaluateInterferenceSources
Gets a value indicating whether or not to evaluate signals from interference sources.
Public propertyLinkPath
Gets the link path which is a list of links, as IServiceProvider instances, from the transmission source to the receiver object.
Top
Methods
  NameDescription
Public methodFindLinkForReceiver
Finds the IServiceProvider which represents the link, in the signal propagation path, which has the provided receiver.
Public methodGetTransmitter
Gets the desired transmitter for the signal propagation path.
Top
See Also