Click or drag to resize

SignalCollection Constructor (Signal)

Create a new instance which consists of the provided signals.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public SignalCollection(
	params Signal[] signals
)

Parameters

signals
Type: AGI.Foundation.CommunicationsSignal
The parameterized array of signals contained in this composite.
See Also