TSignalMux::Input Property

__declspec(property(get = GetInput1, put = SetInput1)) TSignal*Input;

Read: TSignal *GetInput1();
Write: void SetInput1(TSignal *Value);
Declared in Dew::Signal::TSignalMux · Dew.Signal/SignalProcessing.h · Cross-compiler