IntendedSignalByIdentifierTIdentifier Constructor (TIdentifier) |
Create a new instance which will target a signal with the specified identifier.
Namespace:
AGI.Foundation.Communications.SignalProcessing
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IntendedSignalByIdentifier(
TIdentifier signalIdentifier
)
Public Sub New (
signalIdentifier As TIdentifier
)
public:
IntendedSignalByIdentifier(
TIdentifier signalIdentifier
)
new :
signalIdentifier : 'TIdentifier -> IntendedSignalByIdentifier
Parameters
- signalIdentifier
- Type: TIdentifier
The object used to identify the signal.
See Also