Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public ServiceProviderCollection ReceiveFromAll { 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