IPropagatedSignalServicePropagatedSignal Property |
Gets the signal source which produces the signals received after being propagated along a communication link.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax ISignalSource PropagatedSignal { get; }
ReadOnly Property PropagatedSignal As ISignalSource
Get
property ISignalSource^ PropagatedSignal {
ISignalSource^ get ();
}
abstract PropagatedSignal : ISignalSource with get
Return Value
Type:
ISignalSourceThe signal source.
See Also