You are here:
Home
>
DSP Master
>
TSignalWrite Class
>
Input Property
DSP Master (C++)
Contents
|
Search
|
Home
TSignalWrite::Input Property
TSignalWrite Class
__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