CommunicationSystemReceiveFromAll Property |
Gets the collection of receiving service providers that will receive signals from all other transmitters in the system.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ServiceProviderCollection ReceiveFromAll { get; }
Public ReadOnly Property ReceiveFromAll As ServiceProviderCollection
Get
public:
property ServiceProviderCollection^ ReceiveFromAll {
ServiceProviderCollection^ get ();
}
member ReceiveFromAll : ServiceProviderCollection with get
Property Value
Type:
ServiceProviderCollectionRemarks
This is intended as a collection of receivers that accept all interference for the
CommunicationSystem.
Any receiver placed in this collection will have a link created between it and all other transmitters in the collection.
See Also