TSignalWrite::Input Property

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

Source data to be written to the file.

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