WirelessLinkExtension.PropagatedSignal Property |
Gets the signal source which produces the signals received after being propagated along a communication link.
If the link provides an
IAccessResultService or the link or either end provides an
IAccessConstraintsService,
and there is no access at the time requested, then the collection of propagated signals produced by this
source will be empty.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic ISignalSource PropagatedSignal { get; }
Public ReadOnly Property PropagatedSignal As ISignalSource
Get
public:
virtual property ISignalSource^ PropagatedSignal {
ISignalSource^ get () sealed;
}
abstract PropagatedSignal : ISignalSource with get
override PropagatedSignal : ISignalSource with get
Property Value
Type:
ISignalSourceImplements
IPropagatedSignalService.PropagatedSignal
Remarks
See Also