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.2.419.0 (24.2.419.0)
Syntax public ServiceProviderCollection TransmitToAll { get; }
Public ReadOnly Property TransmitToAll As ServiceProviderCollection
Get
public:
property ServiceProviderCollection^ TransmitToAll {
ServiceProviderCollection^ get ();
}
member TransmitToAll : ServiceProviderCollection with get
Property Value
Type:
ServiceProviderCollectionRemarks
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