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: 25.1.421.0 (25.1.421.0)
Syntaxpublic IntendedSignalByDataType(
Type signalDataType
)
Public Sub New (
signalDataType As Type
)
public:
IntendedSignalByDataType(
Type^ signalDataType
)
new :
signalDataType : Type -> IntendedSignalByDataType
Parameters
- signalDataType
- Type: SystemType
The type of data used to identify the desired signal.
See Also