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: 25.1.421.0 (25.1.421.0)
Syntaxpublic ServiceProviderCollection ReceiveFromAll { get; }
Public ReadOnly Property ReceiveFromAll As ServiceProviderCollection
Get
public:
property ServiceProviderCollection^ ReceiveFromAll {
ServiceProviderCollection^ get ();
}
member ReceiveFromAll : ServiceProviderCollection with get
Property Value
Type:
ServiceProviderCollection
Remarks
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