CommunicationLinkSignalDataT Constructor (IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) | 
 
            Initialize a new instance based on the given parameters.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CommunicationLinkSignalData(
	IServiceProvider communicationLink,
	SignalPropagationGraph graph,
	IntendedSignalStrategy intendedSignalStrategy
)
Public Sub New ( 
	communicationLink As IServiceProvider,
	graph As SignalPropagationGraph,
	intendedSignalStrategy As IntendedSignalStrategy
)
public:
CommunicationLinkSignalData(
	IServiceProvider^ communicationLink, 
	SignalPropagationGraph^ graph, 
	IntendedSignalStrategy^ intendedSignalStrategy
)
new : 
        communicationLink : IServiceProvider * 
        graph : SignalPropagationGraph * 
        intendedSignalStrategy : IntendedSignalStrategy -> CommunicationLinkSignalDataParameters
- communicationLink
 - Type: SystemIServiceProvider
The object which provides the services needed to compute this scalar. - graph
 - Type: AGI.Foundation.CommunicationsSignalPropagationGraph
The graph of communication links used to propagate signals. - intendedSignalStrategy
 - Type: AGI.Foundation.Communications.SignalProcessingIntendedSignalStrategy
The strategy used to identify the signal to use when computing the scalar value. 
See Also