Click or drag to resize

SignalCollection.AddSignals Method (Signal[])

Creates a new SignalCollection by adding signals.

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

Parameters

signals
Type:AGI.Foundation.Communications.Signal[]
A set of signals to add.

Return Value

Type: SignalCollection
The new collection of signals.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when signals is null, or when any of the contained signals is null.
See Also