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: 24.1.418.0 (24.1.418.0)
Syntax
public SignalCollection(
	params Signal[] signals
)

Parameters

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