Click or drag to resize

CommunicationSystemTransmitToAll Property

Gets the collection of transmitting service providers that will broadcast to all receivers 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 TransmitToAll { get; }

Property Value

Type: ServiceProviderCollection
Remarks
This is intended as a collection of interferers or jammers for the CommunicationSystem. Any transmitter placed in this collection will have a link created between it and all other receivers in the collection.
See Also