Click or drag to resize

IntendedSignalByDataType Constructor (Type)

Initializes a new instance with the specified signal data type.

Namespace:  AGI.Foundation.Communications.SignalProcessing
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IntendedSignalByDataType(
	Type signalDataType
)

Parameters

signalDataType
Type: SystemType
The type of data used to identify the desired signal.
See Also