Click or drag to resize

WirelessLinkExtension Properties

The WirelessLinkExtension type exposes the following members.

Properties
  NameDescription
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyOwner
Gets the owner of this extension.
(Inherited from ObjectExtension.)
Public propertyPropagatedSignal
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.
Public propertyPropagationModels
Gets a list of the propagation models applied when propagating the signal from transmitter to receiver (free space loss and doppler are added by default).
Public propertyTransmittedSignal
Gets the signal source which produces the signals transmitted along a communication link.
Top
See Also