IntendedSignalByDataTypeSignalDataType Property |
Gets or sets the signal data type used to identify the desired signals.
Namespace:
AGI.Foundation.Communications.SignalProcessing
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Type SignalDataType { get; set; }
Public Property SignalDataType As Type
Get
Set
public:
property Type^ SignalDataType {
Type^ get ();
void set (Type^ value);
}
member SignalDataType : Type with get, set
Property Value
Type:
Type
See Also