Click or drag to resize

SignalCollection Constructor (Signal)

Create a new instance which consists of a single signal.

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(
	Signal signal
)

Parameters

signal
Type: AGI.Foundation.CommunicationsSignal
The single signal.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when signal is .
See Also